diff options
Diffstat (limited to 'graphics/urt/files/patch-cnv__rastorle.c')
-rw-r--r-- | graphics/urt/files/patch-cnv__rastorle.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-cnv__rastorle.c b/graphics/urt/files/patch-cnv__rastorle.c new file mode 100644 index 000000000000..767cdad78a12 --- /dev/null +++ b/graphics/urt/files/patch-cnv__rastorle.c @@ -0,0 +1,11 @@ +--- cnv/rastorle.c.orig 1992-04-30 22:58:02.000000000 +0900 ++++ cnv/rastorle.c 2012-10-16 00:16:45.000000000 +0900 +@@ -72,7 +72,7 @@ + green[CMAPSIZE], /* Green ditto */ + blue[CMAPSIZE]; /* see a pattern? */ + +-void ++int + main(argc, argv) + int argc; + char *argv[]; |