1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/games/xeyesplus/files/patch-xeyes+.c
Niclas Zeising b0292cd9e0 Fix build with clang.
Approved by:	kwm (mentor)
2012-09-13 10:34:25 +00:00

12 lines
203 B
C

--- 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;
{