Update rastertoepsonsimple.c

This commit is contained in:
Raiziell Lima 2024-08-13 09:41:42 -03:00 committed by GitHub
parent 36e22adfc8
commit 486a669d1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,7 +182,7 @@ inline int getOptionChoiceIndex(const char * choiceName, ppd_file_t * ppd)
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_option_t * option;