]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 125] Add a missing newline from an fprintf
authorHarlan Stenn <stenn@ntp.org>
Wed, 18 Jun 2003 04:20:55 +0000 (00:20 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 18 Jun 2003 04:20:55 +0000 (00:20 -0400)
bk: 3eefe8a7uAwYICAgaX5zGMqRQaEvXg

ntpd/cmd_args.c

index beb73396ad6148cbc20a04bad5371ba91da02558..f4d3bac6c16f9a9888fc3f24b1b15ab6040f3b24 100644 (file)
@@ -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