summaryrefslogtreecommitdiffstats
path: root/chpass/edit.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1996-06-15 16:17:42 +0000
committerBill Paul <wpaul@FreeBSD.org>1996-06-15 16:17:42 +0000
commit564e695073dd2d77ec86f0f1258a8b0559d77b17 (patch)
tree565cab9f80f152df68042efcda7e99fbd6e324e8 /chpass/edit.c
parent6895cdddb0c0ed132d604228830ddc9ed078e8ee (diff)
downloadpw-darwin-564e695073dd2d77ec86f0f1258a8b0559d77b17.tar.gz
pw-darwin-564e695073dd2d77ec86f0f1258a8b0559d77b17.tar.zst
pw-darwin-564e695073dd2d77ec86f0f1258a8b0559d77b17.zip
Add missing semicolon so that this module compiles whithout -DYP.
Submitted (via Usenet) by: Nathan Torkington <gnat@frii.com>
Diffstat (limited to 'chpass/edit.c')
-rw-r--r--chpass/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chpass/edit.c b/chpass/edit.c
index 2968c84..bca6ace 100644
--- a/chpass/edit.c
+++ b/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);