unbreak build: fix multi-line string literal

This commit is contained in:
Alfred Perlstein 2002-05-11 04:10:49 +00:00
parent b71b449d27
commit 40e7772b07
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96391

View File

@ -302,7 +302,7 @@ the %s domain -- aborting", yppasswd_domain);
}
if (!svc_reg(transp, MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS,
master_yppasswdprog_1, nconf)) {
yp_error("unable to register (MASTER_YPPASSWDPROG,
yp_error("unable to register (MASTER_YPPASSWDPROG, \
MASTER_YPPASSWDVERS, unix).");
exit(1);
}