unbreak build: fix multi-line string literal

This commit is contained in:
alfred 2002-05-11 04:10:49 +00:00
parent c15786f489
commit df59877e64

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);
}