comparison src/w32fns.c @ 46272:2406cf2da1d4

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 09 Jul 2002 09:57:34 +0000
parents 1f9be7a1addc
children 3f111801efb4
comparison
equal deleted inserted replaced
46271:35153dd59211 46272:2406cf2da1d4
11205 } 11205 }
11206 11206
11207 11207
11208 /* Read FILE into memory. Value is a pointer to a buffer allocated 11208 /* Read FILE into memory. Value is a pointer to a buffer allocated
11209 with xmalloc holding FILE's contents. Value is null if an error 11209 with xmalloc holding FILE's contents. Value is null if an error
11210 occured. *SIZE is set to the size of the file. */ 11210 occurred. *SIZE is set to the size of the file. */
11211 11211
11212 static char * 11212 static char *
11213 pbm_read_file (file, size) 11213 pbm_read_file (file, size)
11214 Lisp_Object file; 11214 Lisp_Object file;
11215 int *size; 11215 int *size;