From e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Jan 1999 02:44:58 +0000 Subject: More error message cleanup. svn path=/trunk/; revision=2333 --- report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'report.c') diff --git a/report.c b/report.c index be33152c..16ce4981 100644 --- a/report.c +++ b/report.c @@ -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) { -- cgit v1.2.3