Further cleanup of stray variables to printf()s

This commit is contained in:
Echelon9 2013-05-05 11:09:22 +10:00
parent 90f25b53ed
commit f2fd7cfbc7
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ Exe::Exe(const char *x_szFilename)
goto cleanup;
}
printf("OK\n", v);
printf("OK\n");
}
}
@ -184,7 +184,7 @@ Exe::Exe(const char *x_szFilename)
}
}
printf("Exe::Exe: Exe was successfully opened.\n", x_szFilename);
printf("Exe::Exe: Exe (%s) was successfully opened.\n", x_szFilename);
cleanup: