summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorsaintdev <[email protected]>2008-06-17 20:38:17 +0000
committersaintdev <[email protected]>2008-06-17 20:38:17 +0000
commit34e47affe61deb452af43d40cfec52a8bcd608f8 (patch)
tree4a586a02dbf66dadd288ab1afe5cced93fc00eed /test
parent5fc1fb233810b7c18981eb016fa47858549050ae (diff)
CLI: Add a newline at the end of the hb_error message.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1522 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 8019de264..8f8d272eb 100644
--- a/test/test.c
+++ b/test/test.c
@@ -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 )