diff options
Diffstat (limited to 'graphics/urt/files/patch-cnv__rletopaint.c')
-rw-r--r-- | graphics/urt/files/patch-cnv__rletopaint.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-cnv__rletopaint.c b/graphics/urt/files/patch-cnv__rletopaint.c new file mode 100644 index 000000000000..08fceeef1f8c --- /dev/null +++ b/graphics/urt/files/patch-cnv__rletopaint.c @@ -0,0 +1,11 @@ +--- cnv/rletopaint.c.orig 1992-05-22 00:11:41.000000000 +0900 ++++ cnv/rletopaint.c 2012-10-15 22:42:40.000000000 +0900 +@@ -74,7 +74,7 @@ + int compress_line(); + void write_paint_line(), bytes_to_bits(); + +-void ++int + main(argc, argv) + int argc; + char *argv[]; |