aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.c b/rc.c
index 881b9e4..524d4c1 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.21 2001/11/30 14:06:27 ukai Exp $ */
+/* $Id: rc.c,v 1.22 2001/11/30 19:59:26 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -1095,7 +1095,7 @@ sync_with_option(void)
if (AcceptLang == NULL || *AcceptLang == '\0') {
#if LANG == JA
AcceptLang = "ja; q=1.0, en; q=0.5";
-#else /* LANG != JA (must be EN) */
+#else /* LANG != JA (must be EN) */
AcceptLang = "en; q=1.0";
#endif
}