about summary refs log tree commit diff
path: root/converter/other/giftopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-25 18:49:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-25 18:49:20 +0000
commit76c889164cc365666418022e0d36bd711584feda (patch)
tree09c417369580ba186ae7c25d21b08dc931a93536 /converter/other/giftopnm.c
parent2cab22b7c059b5e2bffe917cdd4a9d7d24e24f9a (diff)
downloadnetpbm-mirror-76c889164cc365666418022e0d36bd711584feda.tar.gz
netpbm-mirror-76c889164cc365666418022e0d36bd711584feda.tar.xz
netpbm-mirror-76c889164cc365666418022e0d36bd711584feda.zip
Fix type mismatch
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2402 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/giftopnm.c')
-rw-r--r--converter/other/giftopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c
index 9f4bc8a1..96a6fc4c 100644
--- a/converter/other/giftopnm.c
+++ b/converter/other/giftopnm.c
@@ -365,7 +365,7 @@ getDataBlock(FILE *          const ifP,
         pm_message("EOF or error in reading DataBlock size from file.  %s",
                    error);
         pm_strfree(error);
-        *errorP = FALSE;
+        *errorP = NULL;
         *eofP = TRUE;
         *lengthP = 0;
     } else {