diff options
Diffstat (limited to 'games/seabattle/files/patch-batt.c')
-rw-r--r-- | games/seabattle/files/patch-batt.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/seabattle/files/patch-batt.c b/games/seabattle/files/patch-batt.c new file mode 100644 index 000000000000..2a489dd45311 --- /dev/null +++ b/games/seabattle/files/patch-batt.c @@ -0,0 +1,11 @@ +--- ./batt.c.orig 1997-05-13 15:45:51.000000000 +0000 ++++ ./batt.c 2013-05-28 08:46:50.000000000 +0000 +@@ -13,7 +13,7 @@ + int salvo_play=0; /* paramaters uncluttered*/ + int first_time=0; + +-int main(int argc, char *argv) ++int main(int argc, char **argv) + { + MAIN_THINGY *main_thing; + |