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) | |||
| 5007 | occurred. *SIZE is set to the size of the file. */ | 5007 | occurred. *SIZE is set to the size of the file. */ |
| 5008 | 5008 | ||
| 5009 | static char * | 5009 | static char * |
| 5010 | pbm_read_file (file, size) | 5010 | pbm_read_file (Lisp_Object file, int *size) |
| 5011 | Lisp_Object file; | ||
| 5012 | int *size; | ||
| 5013 | { | 5011 | { |
| 5014 | FILE *fp = NULL; | 5012 | FILE *fp = NULL; |
| 5015 | char *buf = NULL; | 5013 | char *buf = NULL; |