Add a missing "\" in a printf before the "n".

This commit is contained in:
Ollivier Robert 1995-03-19 12:01:23 +00:00
parent ab828ab8bd
commit 475239d0d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7159

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: ctm_pass2.c,v 1.5 1994/11/26 08:57:41 phk Exp $
* $Id: ctm_pass2.c,v 1.6 1995/02/04 19:20:48 phk Exp $
*
*/
@ -124,7 +124,7 @@ Pass2(FILE *fd)
if(Force)
fprintf(stderr," Can and will force.\n");
else
fprintf(stderr," Could have forced.n");
fprintf(stderr," Could have forced.\n");
ret |= Exit_Forcible;
} else {
ret |= Exit_NotOK;