diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-12-20 01:15:07 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-12-20 01:15:07 +0000 |
commit | 8abadd9e1e0e768b274532b6728bcc83415f9fb6 (patch) | |
tree | 60c323fded5c169a87376ea776648934019ed015 /generator | |
parent | 0cb0dce504a807d56205c06d95c18e5e9e0e8a23 (diff) | |
download | netpbm-mirror-8abadd9e1e0e768b274532b6728bcc83415f9fb6.tar.gz netpbm-mirror-8abadd9e1e0e768b274532b6728bcc83415f9fb6.tar.xz netpbm-mirror-8abadd9e1e0e768b274532b6728bcc83415f9fb6.zip |
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4213 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'generator')
-rw-r--r-- | generator/ppmmake.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/ppmmake.c b/generator/ppmmake.c index 7bac9601..b1de7b52 100644 --- a/generator/ppmmake.c +++ b/generator/ppmmake.c @@ -31,11 +31,11 @@ static void parseCommandLine(int argc, char ** argv, struct cmdlineInfo * const cmdlineP) { /*---------------------------------------------------------------------------- - Convert program invocation arguments (argc,argv) into a format the + Convert program invocation arguments (argc,argv) into a format the program can use easily, struct cmdlineInfo. Validate arguments along the way and exit program with message if invalid. - Note that some string information we return as *cmdlineP is in the storage + Note that some string information we return as *cmdlineP is in the storage argv[] points to. -----------------------------------------------------------------------------*/ optEntry * option_def; |