about summary refs log tree commit diff
path: root/converter/pgm/lispmtopgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pgm/lispmtopgm.c')
-rw-r--r--converter/pgm/lispmtopgm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pgm/lispmtopgm.c b/converter/pgm/lispmtopgm.c
index 29f280f3..56ae9e2b 100644
--- a/converter/pgm/lispmtopgm.c
+++ b/converter/pgm/lispmtopgm.c
@@ -138,7 +138,7 @@ getval(FILE * const ifP) {
 
 
 int
-main(int argc, const char ** argv) {
+main(int argc, const char * argv[]) {
 
     FILE * ifP;
     gray * grayrow;