about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-09 04:10:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-09 04:10:18 +0000
commitf1bc42a9e016267c93c8fb11d9ee7d3d663f8b62 (patch)
tree7c0dd5c4848cbd80240139f864ee33fe52528428
parent7ba8c3033298550e85c6a33dd97d6cadefa4ef1e (diff)
downloadnetpbm-mirror-f1bc42a9e016267c93c8fb11d9ee7d3d663f8b62.tar.gz
netpbm-mirror-f1bc42a9e016267c93c8fb11d9ee7d3d663f8b62.tar.xz
netpbm-mirror-f1bc42a9e016267c93c8fb11d9ee7d3d663f8b62.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1036 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/pnmtopng.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/pnmtopng.c b/converter/other/pnmtopng.c
index 6cef96ad..03e8794c 100644
--- a/converter/other/pnmtopng.c
+++ b/converter/other/pnmtopng.c
@@ -493,9 +493,10 @@ parseCommandLine(int argc, char ** argv,
 
 
 static png_color_16
-xelToPngColor_16(xel const input, 
+xelToPngColor_16(xel    const input, 
                  xelval const maxval, 
                  xelval const pngMaxval) {
+
     png_color_16 retval;
 
     xel scaled;