summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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 )