build bit

files.c
../src/files.c(2039) : warning C4101: 'n' : unreferenced local variable
This commit is contained in:
nethack.allison
2012-02-22 06:26:04 +00:00
parent e8e62b561e
commit 252e005e45

View File

@@ -1990,7 +1990,7 @@ int src;
#endif
char *bufp, *altp;
uchar translate[MAXPCHARS];
int len, n;
int len;
/* lines beginning with '#' are comments */
if (*buf == '#')