last(1): fix style after r351459

Reported by:	cem
MFC after:	2 weeks
X-MFC-With:	351459
This commit is contained in:
Eugene Grosbein 2019-08-25 01:05:01 +00:00
parent 67511a4c4c
commit f424ec1b80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351467

View File

@ -159,7 +159,7 @@ main(int argc, char *argv[])
(void) setlocale(LC_CTYPE, "");
p = nl_langinfo(CODESET);
if (strcmp (p, "UTF-8") == 0 || strcmp (p, "US-ASCII") == 0)
if (strcmp(p, "UTF-8") == 0 || strcmp(p, "US-ASCII") == 0)
noctfix = 1;
argc = xo_parse_args(argc, argv);