rgbfix: minor correction to last error message commit

This commit is contained in:
bentley
2010-01-18 16:29:48 -07:00
parent 5302f36d38
commit aea1990de3

View File

@@ -615,9 +615,8 @@ main(int argc, char *argv[])
}
fclose(f);
} else {
fprintf(stderr, "Could not open file '%s' : %s\n", filename,
errx(EX_NOINPUT, "Could not open file '%s' : %s", filename,
strerror(errno));
exit(EX_NOINPUT);
}
return (0);