diff options
Diffstat (limited to 'graphics/ocaml-images/files/patch-src_jpegread.c')
-rw-r--r-- | graphics/ocaml-images/files/patch-src_jpegread.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/ocaml-images/files/patch-src_jpegread.c b/graphics/ocaml-images/files/patch-src_jpegread.c deleted file mode 100644 index 4369ab05fd9d..000000000000 --- a/graphics/ocaml-images/files/patch-src_jpegread.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/jpegread.c.orig 2011-06-22 20:04:32.000000000 +0200 -+++ src/jpegread.c -@@ -417,7 +417,7 @@ - jpeg_read_scanlines( cinfop, row, 1 ); - row[0] += scanline_bytes; - } -- CAMLreturn0; -+ CAMLreturn(0); - } - - value close_jpeg_file_for_read( jpegh ) |