summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1995-03-19 12:01:23 +0000
committerroberto <roberto@FreeBSD.org>1995-03-19 12:01:23 +0000
commit469496749363661f3a58be15d4c93033aa203fb5 (patch)
treeacca1265b1ba2c22dd23f23a3aaa71c9c32e59d0 /usr.sbin/ctm
parenta62ef20881c9a8d16a33aa99ae87dcfb0f091775 (diff)
downloadFreeBSD-src-469496749363661f3a58be15d4c93033aa203fb5.zip
FreeBSD-src-469496749363661f3a58be15d4c93033aa203fb5.tar.gz
Add a missing "\" in a printf before the "n".
Diffstat (limited to 'usr.sbin/ctm')
-rw-r--r--usr.sbin/ctm/ctm/ctm_pass2.c4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud