From 6807b3865d85737a839a71b9fe805d87219167a2 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 4 Jul 2007 03:21:57 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@352 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pnmgamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/pnmgamma.c') 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; -- cgit 1.4.1