diff options
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/image.c b/src/image.c index 6e8440fb431..fa39ff12681 100644 --- a/src/image.c +++ b/src/image.c @@ -5007,9 +5007,7 @@ pbm_scan_number (unsigned char **s, unsigned char *end) occurred. *SIZE is set to the size of the file. */ static char * -pbm_read_file (file, size) - Lisp_Object file; - int *size; +pbm_read_file (Lisp_Object file, int *size) { FILE *fp = NULL; char *buf = NULL; |