about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-04-11 16:23:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-04-11 16:23:02 +0000
commitcc21149495ad742ddf7e4dd2dc3b59269429abbe (patch)
treef43c09eecf08e5a46642ab49a3ec983828f0e91e
parent86c9c123a6a6a6b3650f6f892bd883472bb808c1 (diff)
downloadnetpbm-mirror-cc21149495ad742ddf7e4dd2dc3b59269429abbe.tar.gz
netpbm-mirror-cc21149495ad742ddf7e4dd2dc3b59269429abbe.tar.xz
netpbm-mirror-cc21149495ad742ddf7e4dd2dc3b59269429abbe.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2459 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/pbm/pbmtog3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/pbm/pbmtog3.c b/converter/pbm/pbmtog3.c
index 04ea651f..4e4ec0fd 100644
--- a/converter/pbm/pbmtog3.c
+++ b/converter/pbm/pbmtog3.c
@@ -65,7 +65,7 @@ struct outStream {
 static struct outStream out;
 
 
-struct cmdlineInfo {
+struct CmdlineInfo {
     /* All the information the user supplied in the command line,
        in a form easy for the program to use.
     */
@@ -79,7 +79,7 @@ struct cmdlineInfo {
 
 static void
 parseCommandLine(int argc, char ** const argv,
-                 struct cmdlineInfo * 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.
@@ -407,7 +407,7 @@ int
 main(int    argc,
      char * argv[]) {
 
-    struct cmdlineInfo cmdline;
+    struct CmdlineInfo cmdline;
     FILE * ifP;
     unsigned char * bitrow;
        /* This is the bits of the current row, as read from the input and