Update rastertoepsonsimple.c
This commit is contained in:
parent
36e22adfc8
commit
486a669d1e
|
@ -182,7 +182,7 @@ inline int getOptionChoiceIndex(const char * choiceName, ppd_file_t * ppd)
|
||||||
return atoi(choice->choice);
|
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_choice_t * choice;
|
||||||
ppd_option_t * option;
|
ppd_option_t * option;
|
||||||
|
|
Loading…
Reference in a new issue