about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-09-28 03:51:31 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-09-28 03:51:31 +0000
commit1235eb7d645834595b234229fa9e1099cfa20f58 (patch)
tree2397136069ccd50109e2dd825b380942749bc683 /editor
parent54b3f5c146dc8b9c7d873bd28fa886a1ac389ac6 (diff)
downloadnetpbm-mirror-1235eb7d645834595b234229fa9e1099cfa20f58.tar.gz
netpbm-mirror-1235eb7d645834595b234229fa9e1099cfa20f58.tar.xz
netpbm-mirror-1235eb7d645834595b234229fa9e1099cfa20f58.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4140 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/pambackground.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/pambackground.c b/editor/pambackground.c
index 070e9000..6465f6d7 100644
--- a/editor/pambackground.c
+++ b/editor/pambackground.c
@@ -4,7 +4,7 @@
 #include "shhopt.h"
 #include "pam.h"
 
-struct cmdlineInfo {
+struct CmdlineInfo {
     /* All the information the user supplied in the command line,
        in a form easy for the program to use.
     */
@@ -16,7 +16,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.
@@ -470,7 +470,7 @@ writeOutput(const struct pam *            const inpamP,
 int
 main(int argc, char *argv[]) {
 
-    struct cmdlineInfo cmdline;
+    struct CmdlineInfo cmdline;
     struct pam inpam;
     FILE * ifP;
     pm_filepos rasterpos;