diff options
Diffstat (limited to 'emulators/x48/files/patch-src+dump2rom.c')
-rw-r--r-- | emulators/x48/files/patch-src+dump2rom.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/x48/files/patch-src+dump2rom.c b/emulators/x48/files/patch-src+dump2rom.c new file mode 100644 index 000000000000..f104d279fe97 --- /dev/null +++ b/emulators/x48/files/patch-src+dump2rom.c @@ -0,0 +1,12 @@ +--- src/dump2rom.c.orig Tue Sep 7 10:41:48 1999 ++++ src/dump2rom.c Sun Jun 29 10:44:05 2003 +@@ -130,8 +130,7 @@ + { + FILE *dump; + long addr, size; +- char ch; +- int i, gx, error; ++ int ch, i, gx, error; + + if (argc < 2) { + fprintf(stderr, "usage: %s hp48-dump-file\n", argv[0]); |