summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-06-15 16:17:42 +0000
committerwpaul <wpaul@FreeBSD.org>1996-06-15 16:17:42 +0000
commit84c9cf8c4f2cc4748cd2e67eeb5ffac8ef3bf5c8 (patch)
tree393e567e0c94ed0d523af74acd764700919a346b /usr.bin/chpass
parentad936634b395c19ede4156e895ff4efb47e706bb (diff)
downloadFreeBSD-src-84c9cf8c4f2cc4748cd2e67eeb5ffac8ef3bf5c8.zip
FreeBSD-src-84c9cf8c4f2cc4748cd2e67eeb5ffac8ef3bf5c8.tar.gz
Add missing semicolon so that this module compiles whithout -DYP.
Submitted (via Usenet) by: Nathan Torkington <gnat@frii.com>
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r--usr.bin/chpass/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c
index 2968c84..bca6ace 100644
--- a/usr.bin/chpass/edit.c
+++ b/usr.bin/chpass/edit.c
@@ -101,7 +101,7 @@ display(fd, pw)
"#Changing %s information for %s.\n", _use_yp ? "NIS" : "user database", pw->pw_name);
if (!uid && (!_use_yp || suser_override)) {
#else
- "#Changing user database information for %s.\n", pw->pw_name)
+ "#Changing user database information for %s.\n", pw->pw_name);
if (!uid) {
#endif /* YP */
(void)fprintf(fp, "Login: %s\n", pw->pw_name);
OpenPOWER on IntegriCloud