Avoid a rather bizarre warning from gcc 3.1:

/usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored
This commit is contained in:
Brian Somers 2002-05-14 13:32:30 +00:00
parent 122865286e
commit d76a00091c

View File

@ -563,7 +563,7 @@ cbcp_CheckResponse(struct cbcp *cbcp, struct cbcp_data *data)
}
return CBCP_ACTION_DOWN;
}
log_Printf(LogPHASE, "Internal CBCP error - agreed on %d ??!?\n",
log_Printf(LogPHASE, "Internal CBCP error - agreed on %d !\n",
(int)cbcp->fsm.type);
return CBCP_ACTION_DOWN;
} else if (data->type == CBCP_NONUM && cbcp->fsm.type == CBCP_CLIENTNUM) {