mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
11 lines
339 B
C
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;
|