freebsd-ports/graphics/giftool/files/extra-patch-aa
Mathieu Arnold 609351c1dc Upbreak.
- Regen patches.
- Move part of pkg-descr explaining the options to pkg-help, where it belongs.

PR:		208711
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:05:46 +00:00

17 lines
310 B
Text

--- main.c.orig 1994-12-07 18:31:59 UTC
+++ main.c
@@ -1275,7 +1275,7 @@ static void usage()
exit(1);
}
-main(int argc, char *argv[])
+int main(int argc, char *argv[])
{
int c, i;
int batchMode = 0;
@@ -1410,4 +1410,5 @@ main(int argc, char *argv[])
GIFFree(stream);
}
}
+ return 0;
}