From 9f045787a5b12a8ee19a3cf29432a41cec4d2158 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 4 May 2016 21:29:47 +0000 Subject: Fix up a couple of long lines. --- tmux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index f8654e2b..08b26326 100644 --- a/tmux.c +++ b/tmux.c @@ -193,8 +193,7 @@ main(int argc, char **argv) if (setlocale(LC_CTYPE, "") == NULL) errx(1, "invalid LC_ALL, LC_CTYPE or LANG"); s = nl_langinfo(CODESET); - if (strcasecmp(s, "UTF-8") != 0 && - strcasecmp(s, "UTF8") != 0) + if (strcasecmp(s, "UTF-8") != 0 && strcasecmp(s, "UTF8") != 0) errx(1, "need UTF-8 locale (LC_CTYPE) but have %s", s); } -- cgit v1.2.3