coding style

This commit is contained in:
albert
2002-10-09 21:32:33 +00:00
parent a02618d62a
commit af89241571
9 changed files with 96 additions and 103 deletions

View File

@ -108,7 +108,7 @@ typedef struct symb {
} symb;
static const symb fail = { "?", 0 };
static const char *dash = "-";
static const char dash[] = "-";
/* These mostly rely on POSIX to make them zero. */