summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-cnv__rletogif__rletogif.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/files/patch-cnv__rletogif__rletogif.c')
-rw-r--r--graphics/urt/files/patch-cnv__rletogif__rletogif.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/urt/files/patch-cnv__rletogif__rletogif.c b/graphics/urt/files/patch-cnv__rletogif__rletogif.c
deleted file mode 100644
index 9989466260b4..000000000000
--- a/graphics/urt/files/patch-cnv__rletogif__rletogif.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- cnv/rletogif/rletogif.c.orig 1992-04-30 23:15:57.000000000 +0900
-+++ cnv/rletogif/rletogif.c 2012-10-16 00:28:02.000000000 +0900
-@@ -29,6 +29,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include "rle.h"
- #include "rletogif.h"
-
-@@ -44,7 +45,7 @@
- int get_color_bits();
- void GIFEncode();
-
--void
-+int
- main(argc, argv)
- int argc;
- char *argv[];