about summary refs log tree commit diff
path: root/editor/pamenlarge.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamenlarge.c')
-rw-r--r--editor/pamenlarge.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/pamenlarge.c b/editor/pamenlarge.c
index 30f87280..7e2d58c1 100644
--- a/editor/pamenlarge.c
+++ b/editor/pamenlarge.c
@@ -16,7 +16,7 @@
 #include "netpbm/nstring.h"
 
 
-struct cmdlineInfo {
+struct CmdlineInfo {
     /* All the information the user supplied in the command line,
        in a form easy for the program to use.
     */
@@ -30,7 +30,7 @@ struct cmdlineInfo {
 static void
 parseCommandLine(int                  argc,
                  const char        ** argv,
-                 struct cmdlineInfo * cmdlineP) {
+                 struct CmdlineInfo * cmdlineP) {
 /*----------------------------------------------------------------------------
    Note that the file spec array we return is stored in the storage that
    was passed to us as the argv array.
@@ -462,7 +462,7 @@ int
 main(int           argc,
      const char ** const argv) {
 
-    struct cmdlineInfo cmdline;
+    struct CmdlineInfo cmdline;
     FILE * ifP;
     struct pam inpam;