summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-cnv__rlesplice.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/files/patch-cnv__rlesplice.c')
-rw-r--r--graphics/urt/files/patch-cnv__rlesplice.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/urt/files/patch-cnv__rlesplice.c b/graphics/urt/files/patch-cnv__rlesplice.c
deleted file mode 100644
index 5ecd89bdc89d..000000000000
--- a/graphics/urt/files/patch-cnv__rlesplice.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- cnv/rletoascii.c.orig 1992-01-21 02:29:09.000000000 +0900
-+++ cnv/rletoascii.c 2012-10-16 00:21:43.000000000 +0900
-@@ -21,6 +21,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include "rle.h"
-
- typedef FILE *FILPTR;
-@@ -59,7 +60,7 @@
- */
- static char default_asciistr[] = "@BR*#$PX0woIcv:+!~\"., ";
-
--void
-+int
- main(argc, argv)
- int argc;
- char *argv[];