summaryrefslogtreecommitdiff
path: root/graphics/ocaml-images/files/patch-src_jpegread.c
blob: 4369ab05fd9d2fc99512581351ece836b3a771bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 )