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;