about summary refs log tree commit diff
path: root/editor/pnmgamma.c
diff options
context:
space:
mode:
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;