Added whitespace for each run-in comma

This commit is contained in:
Tennessee Carmel-Veilleux 2014-07-23 15:07:19 -04:00
parent 984edd2187
commit 676ddb5177
1 changed files with 286 additions and 286 deletions

View File

@ -742,7 +742,7 @@ int main(int argc, char *argv[]) {
f = fopen(filename, "rb");
if (!f) {
if (NULL == f) {
version();
fprintf(stderr, "File not found or invalid filename : %s\n", filename);
exit(1);