about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/pamcut.c2
-rw-r--r--editor/pamscale.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/pamcut.c b/editor/pamcut.c
index 13f1486a..908d43fb 100644
--- a/editor/pamcut.c
+++ b/editor/pamcut.c
@@ -848,7 +848,7 @@ cutOneImage(FILE *             const ifP,
 
 
 int
-main(int argc, const char *argv[]) {
+main(int argc, const char ** const argv) {
 
     FILE * const ofP = stdout;
 
diff --git a/editor/pamscale.c b/editor/pamscale.c
index 410cd94a..1499e6b1 100644
--- a/editor/pamscale.c
+++ b/editor/pamscale.c
@@ -2251,7 +2251,7 @@ pamscale(FILE *             const ifP,
 
 
 int
-main(int argc, const char **argv ) {
+main(int argc, const char ** const argv) {
 
     struct CmdlineInfo cmdline;
     FILE * ifP;