diff options
Diffstat (limited to 'graphics/urt/files/patch-tools__rleselect.c')
-rw-r--r-- | graphics/urt/files/patch-tools__rleselect.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-tools__rleselect.c b/graphics/urt/files/patch-tools__rleselect.c new file mode 100644 index 0000000..c712fce --- /dev/null +++ b/graphics/urt/files/patch-tools__rleselect.c @@ -0,0 +1,11 @@ +--- tools/rleselect.c.orig 1992-04-30 23:13:32.000000000 +0900 ++++ tools/rleselect.c 2012-10-15 22:59:31.000000000 +0900 +@@ -78,7 +78,7 @@ + * specially.) Read images, skipping if they are not in the + * list, and copying if they are. + */ +-void ++int + main( argc, argv ) + int argc; + char **argv; |