aboutsummaryrefslogtreecommitdiffstats
path: root/libwc/detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libwc/detect.c')
-rw-r--r--libwc/detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libwc/detect.c b/libwc/detect.c
index eea2d5d..3fdf980 100644
--- a/libwc/detect.c
+++ b/libwc/detect.c
@@ -99,7 +99,7 @@ wc_auto_detect(char *is, size_t len, wc_ces hint)
for (; p < ep && ! WC_DETECT_MAP[*p]; p++)
;
if (p == ep)
- return WC_CES_US_ASCII;
+ return hint;
switch (hint) {
case WC_CES_ISO_2022_JP: