summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-28 17:19:40 +0000
committerRoland McGrath <roland@gnu.org>1996-03-28 17:19:40 +0000
commit43efc1033385fe355baffb0592d90653aeb47fd2 (patch)
tree39bb756a868a4fdca95725c7870488262206a065 /misc
parentffcf96345f519a1a557b019271d4a62ec40f7eaa (diff)
Thu Mar 28 11:53:26 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
* wctype/cname-lookup.h: Find localeinfo.h in ../locale. * wctype/wctype.c: Likewise. * wctype/wctrans.c: Likewise.
Diffstat (limited to 'misc')
-rw-r--r--misc/error.c4
1 files changed, 2 insertions, 2 deletions
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;