From 3ab0c3f7027de056fcf2badb0c259fd010472713 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 17 Oct 2023 19:30:31 +0000 Subject: Fix compile failure from yesterday git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4761 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pnmtorle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/other/pnmtorle.c b/converter/other/pnmtorle.c index 0c256311..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; -- cgit 1.4.1