about summary refs log tree commit diff
path: root/editor/pnmgamma.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-04 03:21:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-04 03:21:57 +0000
commit6807b3865d85737a839a71b9fe805d87219167a2 (patch)
treeea3226674ab41c823a6fa61afb7f23b68bbba5c0 /editor/pnmgamma.c
parent168095c7a55fb9033a20ddc698e182f54c28f312 (diff)
downloadnetpbm-mirror-6807b3865d85737a839a71b9fe805d87219167a2.tar.gz
netpbm-mirror-6807b3865d85737a839a71b9fe805d87219167a2.tar.xz
netpbm-mirror-6807b3865d85737a839a71b9fe805d87219167a2.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@352 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/pnmgamma.c')
-rw-r--r--editor/pnmgamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmgamma.c b/editor/pnmgamma.c
index 29cb3b4e..d3e0d18c 100644
--- a/editor/pnmgamma.c
+++ b/editor/pnmgamma.c
@@ -32,7 +32,7 @@ struct cmdlineInfo {
     /* All the information the user supplied in the command line,
        in a form easy for the program to use.
     */
-    const char *filespec;  /* '-' if stdin */
+    const char * filespec;  /* '-' if stdin */
     enum transferFunction transferFunction;
     float rgamma, ggamma, bgamma;
     unsigned int maxval;