From 1e36c263748208035066674b146800af37edccc2 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 18 Nov 2012 00:58:17 +0000 Subject: Call OPTENTINIT, as required for an empty option table git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1765 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pampick.c | 1 + 1 file changed, 1 insertion(+) (limited to 'other') diff --git a/other/pampick.c b/other/pampick.c index 8177cae1..5229502d 100644 --- a/other/pampick.c +++ b/other/pampick.c @@ -113,6 +113,7 @@ parseCommandLine(int argc, char ** argv, specifies an option. But when we add an option in the future, it will go right here with an OPTENT3() macro invocation. */ + OPTENTINIT; opt.opt_table = option_def; opt.short_allowed = FALSE; /* We have no short (old-fashioned) options */ -- cgit 1.4.1