From 87273bbde192edaff5f269ca785c24b71de0673e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 29 Mar 2014 21:16:02 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2164 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamchannel.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'other/pamchannel.c') diff --git a/other/pamchannel.c b/other/pamchannel.c index 3adb0e66..e89a979b 100644 --- a/other/pamchannel.c +++ b/other/pamchannel.c @@ -14,14 +14,14 @@ #include #include "pm_c_util.h" -#include "pam.h" -#include "shhopt.h" #include "mallocvar.h" +#include "shhopt.h" +#include "pam.h" #define MAX_CHANNELS 16 /* The most channels we allow user to specify */ -struct cmdlineInfo { +struct CmdlineInfo { /* All the information the user supplied in the command line, in a form easy for the program to use. */ @@ -37,7 +37,7 @@ struct cmdlineInfo { static void parseCommandLine(int argc, const char ** 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. @@ -176,7 +176,7 @@ doOneImage(FILE * const ifP, int main(int argc, const char *argv[]) { - struct cmdlineInfo cmdline; + struct CmdlineInfo cmdline; FILE * ifP; int eof; -- cgit 1.4.1