From 0e4f080bf713883177448a6da2569e86ddf857f0 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 28 Jul 2009 10:15:12 +0000 Subject: Fix in newline. Correct printing of N-char predefined/special strings. --- main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index d2d5a869..9a52d807 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.40 2009/07/27 19:43:02 kristaps Exp $ */ +/* $Id: main.c,v 1.41 2009/07/28 10:15:12 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -418,7 +418,8 @@ fdesc(struct buf *blk, struct buf *ln, struct curparse *curp) /* NOTE a parser may not have been assigned, yet. */ if ( ! (man || mdoc)) { - (void)fprintf(stderr, "%s: not a manual", curp->file); + (void)fprintf(stderr, "%s: not a manual\n", + curp->file); return(0); } -- cgit v1.2.3