diff options
Diffstat (limited to 'graphics/urt/files/patch-tools__rlemandl.c')
-rw-r--r-- | graphics/urt/files/patch-tools__rlemandl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-tools__rlemandl.c b/graphics/urt/files/patch-tools__rlemandl.c new file mode 100644 index 0000000..4f1c601 --- /dev/null +++ b/graphics/urt/files/patch-tools__rlemandl.c @@ -0,0 +1,11 @@ +--- tools/rlemandl.c.orig 1992-01-24 03:31:20.000000000 +0900 ++++ tools/rlemandl.c 2012-10-15 22:57:29.000000000 +0900 +@@ -12,7 +12,7 @@ + #include <math.h> + #include "rle.h" + +-void ++int + main( argc, argv ) + int argc; + char **argv; |