diff options
Diffstat (limited to 'games/xeyesplus')
-rw-r--r-- | games/xeyesplus/files/patch-xeyes+.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xeyesplus/files/patch-xeyes+.c b/games/xeyesplus/files/patch-xeyes+.c new file mode 100644 index 000000000000..183f6fa5cb34 --- /dev/null +++ b/games/xeyesplus/files/patch-xeyes+.c @@ -0,0 +1,11 @@ +--- xeyes+.c.orig 2012-09-11 09:39:46.000000000 +0200 ++++ xeyes+.c 2012-09-11 09:40:06.000000000 +0200 +@@ -111,7 +111,7 @@ + } + + +-void main(argc, argv) ++int main(argc, argv) + int argc; + char **argv; + { |