diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-06 02:44:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-06 02:44:58 +0000 |
commit | e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca (patch) | |
tree | 8e3726698b9b3c1ffb29df2cd64608d29e9391f1 /report.c | |
parent | 44d730b7b75d809f2d89a0c68a43da4bd90c0f83 (diff) | |
download | fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.tar.gz fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.tar.bz2 fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.zip |
More error message cleanup.
svn path=/trunk/; revision=2333
Diffstat (limited to 'report.c')
-rw-r--r-- | report.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -232,11 +232,11 @@ report (FILE *errfp, errnum, message, va_alist) } /* - * Calling error_init(1) causes error_build and error_complete to write + * Calling report_init(1) causes error_build and error_complete to write * to errfp without buffering. This is needed for the ticker dots to * work correctly. */ -void error_init(int mode) +void report_init(int mode) { switch(mode) { |