Fix build issue with inline function
This commit is contained in:
parent
b1b412531e
commit
36e22adfc8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue