diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-15 16:09:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-15 16:09:24 +0000 |
commit | 3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272 (patch) | |
tree | 8b0bf1472eb20208cd2295619f14d70941fffe57 /report.c | |
parent | 60389620d98dd09d4722f078b3523c6a0425f173 (diff) | |
download | fetchmail-3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272.tar.gz fetchmail-3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272.tar.bz2 fetchmail-3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272.zip |
-Wall cleanup.
svn path=/trunk/; revision=1011
Diffstat (limited to 'report.c')
-rw-r--r-- | report.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |