aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-01-25 15:13:55 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-01-25 15:13:55 +0000
commit556074e95e8fe490eb97ce2611abf708ddfe0aa6 (patch)
treede92164df216fd6aa26b69930d6fd4f58395531c
parent[w3m-dev 02909] wrong table width calculation (sf.net Bug#506949) (diff)
downloadw3m-556074e95e8fe490eb97ce2611abf708ddfe0aa6.tar.gz
w3m-556074e95e8fe490eb97ce2611abf708ddfe0aa6.zip
indent comment
-rw-r--r--rc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.c b/rc.c
index 29a0051..4666273 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.36 2002/01/25 14:55:20 ukai Exp $ */
+/* $Id: rc.c,v 1.37 2002/01/25 15:13:55 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -364,10 +364,10 @@ static struct sel_c colorstr[] = {
};
#endif /* USE_COLOR */
-#if 1 /* ANSI-C ? */
+#if 1 /* ANSI-C ? */
#define N_STR(x) #x
#define N_S(x) (x), N_STR(x)
-#else /* for traditional cpp? */
+#else /* for traditional cpp? */
static char n_s[][2] = {
{'0', 0},
{'1', 0},