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

11 lines
339 B
C

--- utils/restorefont.c.orig 2011-07-01 01:35:42.000000000 +0200
+++ utils/restorefont.c 2011-07-01 01:36:05.000000000 +0200
@@ -11,7 +11,7 @@
* given up). This means that there is no major security hole lurking here.
*/
-void main(int argc, char *argv[])
+int main(int argc, char *argv[])
{
FILE *f;
unsigned char *font;