Make GCC happy

This commit is contained in:
Bryan Drewery 2015-10-03 20:24:23 +00:00
parent 7bab754097
commit 19271eb4c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288630

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";