about summary refs log tree commit diff
path: root/converter/other/pnmtorle.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pnmtorle.c')
-rw-r--r--converter/other/pnmtorle.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/converter/other/pnmtorle.c b/converter/other/pnmtorle.c
index 17c9cfbc..a75ab218 100644
--- a/converter/other/pnmtorle.c
+++ b/converter/other/pnmtorle.c
@@ -334,7 +334,7 @@ skipData(FILE      *  const ifP,
 
 
 int
-main(int argc, char ** argv) {
+main(int argc, const char ** argv) {
 
     struct CmdlineInfo cmdline;
 
@@ -388,3 +388,6 @@ main(int argc, char ** argv) {
 
     return 0;
 }
+
+
+