gcc 3.0 warnings

This commit is contained in:
albert
2002-10-12 04:25:57 +00:00
parent f86b39f44e
commit 81a4a3d281
18 changed files with 60 additions and 61 deletions

View File

@ -57,7 +57,7 @@ static void usage(void) {
exit(EXIT_FAILURE);
}
static void crash(char *filename) {
static void crash(const char *filename) {
perror(filename);
exit(EXIT_FAILURE);
}