diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-25 15:13:55 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-25 15:13:55 +0000 |
commit | 556074e95e8fe490eb97ce2611abf708ddfe0aa6 (patch) | |
tree | de92164df216fd6aa26b69930d6fd4f58395531c | |
parent | [w3m-dev 02909] wrong table width calculation (sf.net Bug#506949) (diff) | |
download | w3m-556074e95e8fe490eb97ce2611abf708ddfe0aa6.tar.gz w3m-556074e95e8fe490eb97ce2611abf708ddfe0aa6.zip |
indent comment
-rw-r--r-- | rc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}, |