From 469496749363661f3a58be15d4c93033aa203fb5 Mon Sep 17 00:00:00 2001 From: roberto Date: Sun, 19 Mar 1995 12:01:23 +0000 Subject: Add a missing "\" in a printf before the "n". --- usr.sbin/ctm/ctm/ctm_pass2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ctm') diff --git a/usr.sbin/ctm/ctm/ctm_pass2.c b/usr.sbin/ctm/ctm/ctm_pass2.c index 0154602..9ad407c 100644 --- a/usr.sbin/ctm/ctm/ctm_pass2.c +++ b/usr.sbin/ctm/ctm/ctm_pass2.c @@ -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; -- cgit v1.1