about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-22 03:44:28 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-22 03:44:28 +0000
commit95464d410e763b050410b4e0e405d0e9040c86bb (patch)
tree4341a0ef0542bffd7bd0de0c44591b5574230108 /other
parent0c6988915657c728e4a013554b5a2ca9fb270429 (diff)
downloadnetpbm-mirror-95464d410e763b050410b4e0e405d0e9040c86bb.tar.gz
netpbm-mirror-95464d410e763b050410b4e0e405d0e9040c86bb.tar.xz
netpbm-mirror-95464d410e763b050410b4e0e405d0e9040c86bb.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2072 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/pamarith.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/pamarith.c b/other/pamarith.c
index a53029da..b64f69fb 100644
--- a/other/pamarith.c
+++ b/other/pamarith.c
@@ -47,7 +47,7 @@ isDyadic(enum function const function) {
 
 
 
-struct cmdlineInfo {
+struct CmdlineInfo {
     /* All the information the user supplied in the command line,
        in a form easy for the program to use.
     */
@@ -60,7 +60,7 @@ struct cmdlineInfo {
 
 static void
 parseCommandLine(int argc, const 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.
@@ -796,7 +796,7 @@ doUnNormalizedArith(struct pam *  const inpam1P,
 int
 main(int argc, const char *argv[]) {
 
-    struct cmdlineInfo cmdline;
+    struct CmdlineInfo cmdline;
     struct pam inpam1;
     struct pam inpam2;
     struct pam outpam;