summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/__main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/__main.c b/src/__main.c
index 358c1756..bce4eef0 100644
--- a/src/__main.c
+++ b/src/__main.c
@@ -51,7 +51,7 @@ void __main(int argc, char **argv)
stdout->prev = stdin;
stderr->prev = stdout;
- /* setlocale(LC_ALL, DEFAULT_LOCALE); */
+ setlocale(LC_ALL, DEFAULT_LOCALE);
- exit(main(argc, argv));
+ exit(main(argc, argv));
}