aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorGustav HÃ¥llberg <gustav@gmail.com>2009-01-01 02:02:38 (GMT)
committerGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:38:32 (GMT)
commite2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca (patch)
treea47627e72f24c5b1ffb57df88a38331220f5acca /main.c
parent6932d16e08df4447e2532aa2c061959221914c5e (diff)
downloadpowwow-e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca.zip
powwow-e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca.tar.gz
powwow-e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca.tar.bz2
minor typo fixes
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