From 43efc1033385fe355baffb0592d90653aeb47fd2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 28 Mar 1996 17:19:40 +0000 Subject: Thu Mar 28 11:53:26 1996 Roland McGrath * wctype/cname-lookup.h: Find localeinfo.h in ../locale. * wctype/wctype.c: Likewise. * wctype/wctrans.c: Likewise. --- misc/error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/error.c b/misc/error.c index b12041c761..49c772dbb5 100644 --- a/misc/error.c +++ b/misc/error.c @@ -172,8 +172,8 @@ error_at_line (status, errnum, file_name, line_number, message, va_alist) static const char *old_file_name; static unsigned int old_line_number; - if (old_line_number == line_number - && (file_name == old_file_name || !strcmp (old_file_name, file_name)) + if (old_line_number == line_number && + (file_name == old_file_name || !strcmp (old_file_name, file_name))) /* Simply return and print nothing. */ return; -- cgit v1.2.3