diff options
Diffstat (limited to 'src/macfns.c')
| -rw-r--r-- | src/macfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c index b51b46569f4..86ca78425fa 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -6987,7 +6987,7 @@ pbm_scan_number (s, end) | |||
| 6987 | 6987 | ||
| 6988 | /* Read FILE into memory. Value is a pointer to a buffer allocated | 6988 | /* Read FILE into memory. Value is a pointer to a buffer allocated |
| 6989 | with xmalloc holding FILE's contents. Value is null if an error | 6989 | with xmalloc holding FILE's contents. Value is null if an error |
| 6990 | occured. *SIZE is set to the size of the file. */ | 6990 | occurred. *SIZE is set to the size of the file. */ |
| 6991 | 6991 | ||
| 6992 | static char * | 6992 | static char * |
| 6993 | pbm_read_file (file, size) | 6993 | pbm_read_file (file, size) |