Fixed a minor bug in objfix.

This commit is contained in:
jbo_85
2006-02-15 02:11:00 +00:00
parent 8ffaca432a
commit 052069ef18

View File

@@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
int open_error(const char *filename, const char *mode)
{
printf("Failure opening %s for %s\n");
printf("Failure opening %s for %s\n",filename,mode);
return 1;
}