From 12f1d1946c02649cd2fbe210af64d134e2811e5b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 11 Nov 2007 02:55:54 +0000 Subject: Add some const git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@461 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtopam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other') diff --git a/converter/other/pamtopam.c b/converter/other/pamtopam.c index 4630fb9f..cae54060 100644 --- a/converter/other/pamtopam.c +++ b/converter/other/pamtopam.c @@ -15,7 +15,7 @@ #include "pam.h" int -main(int argc, char *argv[]) { +main(int argc, const char * argv[]) { bool eof; /* no more images in input stream */ struct pam inpam; /* Input PAM image */ -- cgit 1.4.1