mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
edbbdaf2a2
- devel/omake: - add new MASTER_SITES - regenerate patches [1] - graphics/ocaml-images: - add missing LIB_DEPENDS - pet portlint - bump PORTREVISION - games/freetennis: - add missing indirect depedencies [2] - bump PORTREVISION PR: 210853 [1] Submitted by: lightside@gmx.com [1] Reported by: poudriere testport [2]
12 lines
259 B
C
12 lines
259 B
C
--- 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 )
|