From 611e5141cb745ddf8e702a8b7da31e63f482cb78 Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Mon, 7 Oct 2013 08:35:36 +0000 Subject: [PATCH] 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 --- webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc b/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc index 30e386b595..41f6549a79 100644 --- a/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc +++ b/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc @@ -23,7 +23,7 @@ const int kDefaultTransmissionTimeOffsetExtensionId = 2; int main(int argc, char** argv) { if (argc < 2) { - printf("Usage: rtp_to_text \n") + printf("Usage: rtp_to_text \n"); return -1; } webrtc::scoped_ptr rtp_reader(