commit 3dc4f0675520daac1e7b23912396dcce3d73ff14
parent b92dec1ab3540f99aa39a8634efacb9ae1d1f678
Author: ukai <ukai>
Date: Fri, 25 Jan 2002 15:13:55 +0000
indent comment
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rc.c b/rc.c
@@ -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},