From 121477db61b8296d04bf1ce1bd968e9f7563a664 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 11 Jan 2008 15:58:38 +0100 Subject: [PATCH] fix comment --- awesome.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome.c b/awesome.c index cd996037..36349a64 100644 --- a/awesome.c +++ b/awesome.c @@ -229,7 +229,8 @@ main(int argc, char *argv[]) else eprint("options: [-v | -c configfile]\n"); } - /* Tag won't be printed otherwised */ + + /* Text won't be printed correctly otherwise */ setlocale(LC_CTYPE, ""); /* X stuff */