From 36e22adfc85742b5f3a92cf2e5bd7c9f0f0bf0d9 Mon Sep 17 00:00:00 2001 From: Oleg Smirnov Date: Thu, 16 May 2019 10:42:19 +0300 Subject: [PATCH] Fix build issue with inline function --- src/rastertoepsonsimple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rastertoepsonsimple.c b/src/rastertoepsonsimple.c index 425e1a1..1d255f6 100644 --- a/src/rastertoepsonsimple.c +++ b/src/rastertoepsonsimple.c @@ -296,7 +296,7 @@ inline void getPageWidthPageHeight(ppd_file_t * ppd, struct settings_ * settings } } -inline void initializeSettings(char * commandLineOptionSettings, struct settings_ * settings) +void initializeSettings(char * commandLineOptionSettings, struct settings_ * settings) { ppd_file_t * ppd = NULL; cups_option_t * options = NULL;