OSDN Git Service

CLI: Add a newline at the end of the hb_error message.
authorsaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 17 Jun 2008 20:38:17 +0000 (20:38 +0000)
committersaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 17 Jun 2008 20:38:17 +0000 (20:38 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1522 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 8019de2..8f8d272 100644 (file)
@@ -127,7 +127,7 @@ static int show_mux_warning = 1;
  ****************************************************************************/
 static void hb_cli_error_handler ( const char *errmsg )
 {
-    fprintf( stderr, "ERROR: %s", errmsg );
+    fprintf( stderr, "ERROR: %s\n", errmsg );
 }
 
 int main( int argc, char ** argv )