openbsd-ports/emulators/x48/patches/patch-src_dump2rom_c

14 lines
373 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_dump2rom_c,v 1.1 2002/02/21 01:04:22 naddy Exp $
--- src/dump2rom.c.orig Thu Feb 21 01:53:30 2002
+++ src/dump2rom.c Thu Feb 21 01:53:51 2002
@@ -130,8 +130,7 @@ char **argv;
{
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]);