From: Harlan Stenn Date: Wed, 18 Jun 2003 04:20:55 +0000 (-0400) Subject: [Bug 125] Add a missing newline from an fprintf X-Git-Tag: NTP_4_1_2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52d92ffe26b6462941fb5c59da63b9ffa9b85d2a;p=thirdparty%2Fntp.git [Bug 125] Add a missing newline from an fprintf bk: 3eefe8a7uAwYICAgaX5zGMqRQaEvXg --- diff --git a/ntpd/cmd_args.c b/ntpd/cmd_args.c index beb73396ad..f4d3bac6c1 100644 --- a/ntpd/cmd_args.c +++ b/ntpd/cmd_args.c @@ -72,7 +72,7 @@ getstartup( case 'd': case 'D': msyslog(LOG_ERR, "ntpd not compiled with -DDEBUG option - no DEBUG support"); - fprintf(stderr, "ntpd not compiled with -DDEBUG option - no DEBUG support"); + fprintf(stderr, "ntpd not compiled with -DDEBUG option - no DEBUG support\n"); ++errflg; break; #endif