unbreak build: ditch multi-line string literals

This commit is contained in:
Alfred Perlstein 2002-05-11 03:54:21 +00:00
parent a2bcd1a09f
commit a74d1691fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96389

View File

@ -378,7 +378,7 @@ with the same UID - continuing");
if (!strstr(data.data, pwbuf)) {
yp_error("warning: found entry for user %s \
in map %s@%s with wrong UID", pw->pw_name, maps[i], domain);
yp_error("there may be more than one user
yp_error("there may be more than one user \
with the same name - continuing");
continue;
}