about summary refs log tree commit diff
path: root/intl/localealias.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-18 18:10:57 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-18 18:10:57 +0000
commitf6c93bd9c82f9feabb171567fb0b25777997d7f6 (patch)
tree12b8f8b0aa89c418c0d6d6cd9ab2469eecd0b8dc /intl/localealias.c
parentfae49c6287347a588cbc9e454fa000499210046e (diff)
downloadglibc-f6c93bd9c82f9feabb171567fb0b25777997d7f6.tar.gz
glibc-f6c93bd9c82f9feabb171567fb0b25777997d7f6.tar.xz
glibc-f6c93bd9c82f9feabb171567fb0b25777997d7f6.zip
Update.
2003-06-18  Ulrich Drepper  <drepper@redhat.com>

	* pthread_mutex_destroy.c (__pthread_mutex_destroy): For
	error-checking mutex detect busy mutexes.
Diffstat (limited to 'intl/localealias.c')
-rw-r--r--intl/localealias.c2
1 files changed, 1 insertions, 1 deletions
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