Fix build error in r4934.

TBR=henrik.lundin@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2363004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4935 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2013-10-07 08:35:36 +00:00
parent bc99bcfa6f
commit 611e5141cb

View File

@ -23,7 +23,7 @@ const int kDefaultTransmissionTimeOffsetExtensionId = 2;
int main(int argc, char** argv) {
if (argc < 2) {
printf("Usage: rtp_to_text <input_file.rtp> <output_file.rtp>\n")
printf("Usage: rtp_to_text <input_file.rtp> <output_file.rtp>\n");
return -1;
}
webrtc::scoped_ptr<RtpPacketSourceInterface> rtp_reader(