summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-cnv__rlesplice.c
blob: 5ecd89bdc89d486c9cb01bdc1b1de6c442b28509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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[];