From 32c1048a85622ab927ae844e5c3c79eb1c503f1d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 2 Jun 2020 00:51:43 +0000 Subject: Fix compiler warning git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3827 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- generator/pbmtext.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'generator') diff --git a/generator/pbmtext.c b/generator/pbmtext.c index c288b523..7ea64857 100644 --- a/generator/pbmtext.c +++ b/generator/pbmtext.c @@ -1389,12 +1389,11 @@ renderSheet(struct CmdlineInfo const cmdline, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe}; struct pm_selector * selectorP; + struct font2 * fontP; + bool fontIsComplete; pm_selector_create_fixed(sheetRequestArray, 32, 126,95, &selectorP); - struct font2 * fontP; - bool fontIsComplete; - computeFont(cmdline, &fontP, selectorP, QUIT, &fontIsComplete); { -- cgit 1.4.1