From 564e695073dd2d77ec86f0f1258a8b0559d77b17 Mon Sep 17 00:00:00 2001 From: Bill Paul 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 --- chpass/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chpass/edit.c') 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); -- cgit v1.2.3-56-ge451