From 3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 May 1997 16:09:24 +0000 Subject: -Wall cleanup. svn path=/trunk/; revision=1011 --- report.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'report.c') diff --git a/report.c b/report.c index f5c2110d..45fba868 100644 --- a/report.c +++ b/report.c @@ -258,8 +258,8 @@ int foreground; empty) by calling error_complete(). If an intervening call to error() occurs when a partially constructed message exists, then, in an attempt to keep the messages in their proper - sequence, the partial message will be printed as-is (with a trailing newline) - before error() prints its message. + sequence, the partial message will be printed as-is (with a trailing + newline) before error() prints its message. */ /* VARARGS */ void @@ -359,7 +359,7 @@ error_build (message, va_alist) /* Complete an error message by appending MESSAGE, which is a printf-style format string with optional args, to the existing error message (which may be empty.) The completed error message is then printed (and reset to - empty.) + empty.) */ /* VARARGS */ void -- cgit v1.2.3