From 222fe544d942692af5ff7321f0a348f0736071a2 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 3 Feb 2018 17:47:50 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3138 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/ppmhist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'analyzer') diff --git a/analyzer/ppmhist.c b/analyzer/ppmhist.c index 9b526606..fafca912 100644 --- a/analyzer/ppmhist.c +++ b/analyzer/ppmhist.c @@ -22,7 +22,7 @@ enum sort {SORT_BY_FREQUENCY, SORT_BY_RGB}; enum ColorFmt {FMT_DECIMAL, FMT_HEX, FMT_FLOAT, FMT_PPMPLAIN}; -struct cmdline_info { +struct CmdlineInfo { /* All the information the user supplied in the command line, in a form easy for the program to use. */ @@ -38,7 +38,7 @@ struct cmdline_info { static void parseCommandLine(int argc, const char ** argv, - struct cmdline_info * const cmdlineP) { + struct CmdlineInfo * const cmdlineP) { /*---------------------------------------------------------------------------- Note that the file spec array we return is stored in the storage that was passed to us as the argv array. @@ -470,7 +470,7 @@ printInvalidSamples(colorhist_vector const chv, int main(int argc, const char *argv[]) { - struct cmdline_info cmdline; + struct CmdlineInfo cmdline; FILE * ifP; colorhist_vector chv; colorhist_vector chvInvalid; -- cgit 1.4.1