[gimp/gimp-2-8] file-gif-load: Fix proto (Bug #737375)



commit bb3e3768d17c7e625d8435892645752188e36bb0
Author: Mukund Sivaraman <muks banu com>
Date:   Fri Sep 26 09:01:47 2014 +0530

    file-gif-load: Fix proto (Bug #737375)
    
    (cherry picked from commit 2821d77e0c3fa7cbca3e482c4cb5fdd732deec8a)

 plug-ins/common/file-gif-load.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-gif-load.c b/plug-ins/common/file-gif-load.c
index 83a68e8..2aee9f3 100644
--- a/plug-ins/common/file-gif-load.c
+++ b/plug-ins/common/file-gif-load.c
@@ -316,7 +316,7 @@ static gint     GetCode      (FILE        *fd,
 static gint     LZWReadByte  (FILE        *fd,
                               gint         just_reset_LZW,
                               gint         input_code_size);
-static gint32   ReadImage    (FILE        *fd,
+static gboolean ReadImage    (FILE        *fd,
                               const gchar *filename,
                               gint         len,
                               gint         height,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]