diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-12 04:07:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-12 04:07:24 +0000 |
commit | 4ce9e5126b2a7866026b751775921181dd268138 (patch) | |
tree | a27bf0713e9a37ca10068e3bb66f41c3c84456d3 /usr.sbin/rbootd/rbootd.c | |
parent | dd4c5253ba39d52ccb95112c5b7c973f94cba86d (diff) |
Kill extra newline in err()/warn().
Diffstat (limited to 'usr.sbin/rbootd/rbootd.c')
-rw-r--r-- | usr.sbin/rbootd/rbootd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rbootd/rbootd.c b/usr.sbin/rbootd/rbootd.c index 45d693aa48f..3b1db09b3fa 100644 --- a/usr.sbin/rbootd/rbootd.c +++ b/usr.sbin/rbootd/rbootd.c @@ -114,7 +114,7 @@ main(argc, argv) if (ConfigFile == NULL) ConfigFile = argv[optind]; else { - warnx("too many config files (`%s' ignored)\n", + warnx("too many config files (`%s' ignored)", argv[optind]); } } |