Fix build issue with inline function

This commit is contained in:
Oleg Smirnov 2019-05-16 10:42:19 +03:00
parent b1b412531e
commit 36e22adfc8

View file

@ -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; ppd_file_t * ppd = NULL;
cups_option_t * options = NULL; cups_option_t * options = NULL;