From f6c93bd9c82f9feabb171567fb0b25777997d7f6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Jun 2003 18:10:57 +0000 Subject: Update. 2003-06-18 Ulrich Drepper * pthread_mutex_destroy.c (__pthread_mutex_destroy): For error-checking mutex detect busy mutexes. --- intl/localealias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl') diff --git a/intl/localealias.c b/intl/localealias.c index 324f2fe662..ed8747d691 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -344,7 +344,7 @@ read_alias_file (fname, fname_len) /* Make sure the inner loop will be left. The outer loop will exit at the `feof' test. */ break; - while (strchr (buf, '\n') == NULL) + while (strchr (buf, '\n') == NULL); } /* Should we test for ferror()? I think we have to silently ignore -- cgit v1.2.3