From 50bfe3c014f383705705d98484da3d234af89283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Sat, 5 Mar 2016 12:31:09 +0000 Subject: [PATCH] ugh --- os/chartypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/chartypes.c b/os/chartypes.c index d827040c0..c46847a68 100644 --- a/os/chartypes.c +++ b/os/chartypes.c @@ -132,7 +132,7 @@ static encoding_t enc_os_default( encoding_t rc)\ if (rc == ENC_ISO_ASCII) { #ifdef _WIN32 - return = ENC_UTF16_BE; + return ENC_UTF16_BE; #else return ENC_ISO_UTF8; #endif