indent postscript_print.c postscript_print.h
This commit is contained in:
parent
10c9976e39
commit
bc78db547f
2 changed files with 91 additions and 105 deletions
|
|
@ -79,12 +79,8 @@
|
|||
#ifdef PRINTMETHOD_PS
|
||||
|
||||
int do_ps_save(FILE * fi,
|
||||
const char *restrict const fname,
|
||||
SDL_Surface * surf,
|
||||
const char *restrict pprsize,
|
||||
int is_pipe);
|
||||
const char *restrict const fname, SDL_Surface * surf, const char *restrict pprsize, int is_pipe);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* POSTSCRIPT_PRINT_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue