about summary refs log tree commit diff
path: root/converter/other/pnmtops.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-02-09 02:29:38 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-02-09 02:29:38 +0000
commit4d8afd9f91b028c5d23ee7229ae8687c67a6fb3d (patch)
tree9b7f07086c06fc19ef075989de330c4750915ef5 /converter/other/pnmtops.c
parent6caa53058399bdb2fa59885472588b39be621be8 (diff)
downloadnetpbm-mirror-4d8afd9f91b028c5d23ee7229ae8687c67a6fb3d.tar.gz
netpbm-mirror-4d8afd9f91b028c5d23ee7229ae8687c67a6fb3d.tar.xz
netpbm-mirror-4d8afd9f91b028c5d23ee7229ae8687c67a6fb3d.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2887 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pnmtops.c')
-rw-r--r--converter/other/pnmtops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/other/pnmtops.c b/converter/other/pnmtops.c
index c827f549..de0dfd8d 100644
--- a/converter/other/pnmtops.c
+++ b/converter/other/pnmtops.c
@@ -87,7 +87,7 @@ setSignals() {
 
 
 
-struct cmdlineInfo {
+struct CmdlineInfo {
     /* All the information the user supplied in the command line,
        in a form easy for the program to use.
     */
@@ -209,7 +209,7 @@ validateCompDimension(unsigned int const value,
 
 static void
 parseCommandLine(int argc, const char ** argv,
-                 struct cmdlineInfo * const cmdlineP) {
+                 struct CmdlineInfo * const cmdlineP) {
 
     unsigned int imagewidthSpec, imageheightSpec;
     float imagewidth, imageheight;
@@ -2035,7 +2035,7 @@ main(int argc, const char * argv[]) {
 
     FILE * ifP;
     const char * name;  /* malloc'ed */
-    struct cmdlineInfo cmdline;
+    struct CmdlineInfo cmdline;
 
     pm_proginit(&argc, argv);