summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-03-20 12:07:20 +1100
committerDamien Miller <djm@mindrot.org>2017-03-20 12:07:20 +1100
commitdb84e52fe9cfad57f22e7e23c5fbf00092385129 (patch)
tree09b6aac3ed9f9fe407dbfaefdc51cbf5972d5dce
parent89f04852db27643717c9c3a2b0dde97ae50099ee (diff)
I'm a doofus.
Unbreak obvious syntax error.
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index d3890203..dead79b8 100644
--- a/utf8.c
+++ b/utf8.c
@@ -61,7 +61,7 @@ dangerous_locale(void) {
loc = nl_langinfo(CODESET);
return strcmp(loc, "US-ASCII") != 0 && strcmp(loc, "UTF-8") != 0 &&
- strcmp(loc, "ANSI_X3.4-1968") != 0 strcmp(loc, "646") != 0;
+ strcmp(loc, "ANSI_X3.4-1968") != 0 && strcmp(loc, "646") != 0;
}
static int