From 486a669d1e62f0671e4c1cf7855a4b5f7eb3fc77 Mon Sep 17 00:00:00 2001 From: Raiziell Lima <93293506+raiziell-lima@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:41:42 -0300 Subject: [PATCH] Update rastertoepsonsimple.c --- src/rastertoepsonsimple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rastertoepsonsimple.c b/src/rastertoepsonsimple.c index 1d255f6..f4a721c 100644 --- a/src/rastertoepsonsimple.c +++ b/src/rastertoepsonsimple.c @@ -182,7 +182,7 @@ inline int getOptionChoiceIndex(const char * choiceName, ppd_file_t * ppd) return atoi(choice->choice); } -inline void getPageWidthPageHeight(ppd_file_t * ppd, struct settings_ * settings) +void getPageWidthPageHeight(ppd_file_t * ppd, struct settings_ * settings) { ppd_choice_t * choice; ppd_option_t * option;