[libgxps] images: use the right return type
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgxps] images: use the right return type
- Date: Tue, 17 Jan 2017 14:33:06 +0000 (UTC)
commit da9fc1c4c46f811588619b51ef3f5f598c0ca772
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Mon Jan 16 16:03:02 2017 +0100
images: use the right return type
libgxps/gxps-images.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgxps/gxps-images.c b/libgxps/gxps-images.c
index 82de3c5..78b443d 100644
--- a/libgxps/gxps-images.c
+++ b/libgxps/gxps-images.c
@@ -374,7 +374,7 @@ _jpeg_init_source (j_decompress_ptr cinfo)
{
}
-static int
+static boolean
_jpeg_fill_input_buffer (j_decompress_ptr cinfo)
{
struct _jpeg_src_mgr *src = (struct _jpeg_src_mgr *)cinfo->src;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]