freebsd-ports/graphics/svgalib/files/patch-utils-restorepalette.c
Tilman Keskinoz cdbf1f014d Fix build with clang
PR:		158548
Submitted by:	Niclas Zeising
2011-07-14 15:54:25 +00:00

11 lines
218 B
C

--- utils/restorepalette.c.orig 2011-07-01 01:41:50.000000000 +0200
+++ utils/restorepalette.c 2011-07-01 01:42:17.000000000 +0200
@@ -105,7 +105,7 @@
}
}
-void
+int
main (int argc, char *argv[])
{
int i;