diff options
Diffstat (limited to 'utils/parseargs.cc')
-rw-r--r-- | utils/parseargs.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/parseargs.cc b/utils/parseargs.cc index c5f3007e..5d6769ef 100644 --- a/utils/parseargs.cc +++ b/utils/parseargs.cc @@ -57,9 +57,9 @@ GBool parseArgs(const ArgDesc *args, int *argc, char *argv[]) { return ok; } -void printUsage(char *program, char *otherArgs, const ArgDesc *args) { +void printUsage(const char *program, const char *otherArgs, const ArgDesc *args) { const ArgDesc *arg; - char *typ; + const char *typ; int w, w1; w = 0; |