aboutsummaryrefslogtreecommitdiffstats
path: root/src/charConv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/charConv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charConv.c b/src/charConv.c
index 895a695cd..c9a47fe1d 100644
--- a/src/charConv.c
+++ b/src/charConv.c
@@ -88,9 +88,9 @@ int setCharSetConversion(const char *to, const char *from)
char_conv_use_iconv = 1;
return 0;
-#endif
-
+#else
return -1;
+#endif
}
char *char_conv_str(char *dest, const char *string)