From 84c9cf8c4f2cc4748cd2e67eeb5ffac8ef3bf5c8 Mon Sep 17 00:00:00 2001 From: wpaul Date: Sat, 15 Jun 1996 16:17:42 +0000 Subject: Add missing semicolon so that this module compiles whithout -DYP. Submitted (via Usenet) by: Nathan Torkington --- usr.bin/chpass/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') 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); -- cgit v1.1