Make pre-ANSI compiler happy.

This commit is contained in:
jwalz
2002-03-09 01:59:47 +00:00
parent 04ee82d87d
commit e833424555
5 changed files with 12 additions and 10 deletions

View File

@@ -1048,7 +1048,7 @@ minimal_enlightenment()
anything any;
char buf[BUFSZ], buf2[BUFSZ];
static char fmtstr[] = "%-15s: %-12s";
char deity_fmtstr[] = "%-17s%s";
static char deity_fmtstr[] = "%-17s%s";
any.a_void = 0;
buf[0] = buf2[0] = '\0';