summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
Diffstat (limited to 'intl')
-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