Make GCC happy

This commit is contained in:
bdrewery 2015-10-03 20:24:23 +00:00
parent c4aef72c06
commit 6e60c5239c

View File

@ -168,6 +168,7 @@ scanfiles(char *argv[], int cooked)
FILE *fp;
i = 0;
fd = -1;
while ((path = argv[i]) != NULL || i == 0) {
if (path == NULL || strcmp(path, "-") == 0) {
filename = "stdin";