I'm a doofus.

Unbreak obvious syntax error.
This commit is contained in:
Damien Miller 2017-03-20 12:07:20 +11:00
parent 89f04852db
commit db84e52fe9
1 changed files with 1 additions and 1 deletions

2
utf8.c
View File

@ -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