forked from Lainports/freebsd-ports
- 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
17 lines
310 B
Text
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;
|
|
}
|