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>2007-01-21 18:21:16 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-01-21 18:21:16 +0000
commita4fca9232f015c62c6de0e611ae8973618ae2b9b (patch)
treed14a1e129d6c30d666ea13a279e76fe433137644 /converter/other/giftopnm.c
parent049347f06d8f1ab26197466e7404e9c123930472 (diff)
downloadnetpbm-mirror-a4fca9232f015c62c6de0e611ae8973618ae2b9b.tar.gz
netpbm-mirror-a4fca9232f015c62c6de0e611ae8973618ae2b9b.tar.xz
netpbm-mirror-a4fca9232f015c62c6de0e611ae8973618ae2b9b.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@211 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/giftopnm.c')
-rw-r--r--converter/other/giftopnm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c
index d9b26413..96880fbf 100644
--- a/converter/other/giftopnm.c
+++ b/converter/other/giftopnm.c
@@ -1455,9 +1455,9 @@ main(int argc, char **argv) {
 
     pm_close(ifP);
     if (imageout_file != NULL) 
-        pm_close( imageout_file );
+        pm_close(imageout_file);
     if (alpha_file != NULL)
-        pm_close( alpha_file );
+        pm_close(alpha_file);
 
     return 0;
 }