aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4904033..894c7b2 100644
--- a/main.c
+++ b/main.c
@@ -246,7 +246,7 @@ int main __P2 (int,argc, char **,argv)
#ifdef USE_LOCALE
if (!setlocale(LC_ALL, "")) {
- fprintf(stderr, "Failed setlocale(LC_ALL, \"C\")\n");
+ fprintf(stderr, "Failed setlocale(LC_ALL, \"\")\n");
}
#endif