aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfns.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-09 09:57:34 +0000
committerJuanma Barranquero2002-07-09 09:57:34 +0000
commit6f8269719ed08208ffa9fbc670bb69b2341fe91c (patch)
tree31031c15e26d96e21722fc9621064ed8a4cea05a /src/macfns.c
parentcb795ec4c27ecad06ec86dba24c6d729bbf0020e (diff)
downloademacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.tar.gz
emacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.zip
Fix typo.
Diffstat (limited to 'src/macfns.c')
-rw-r--r--src/macfns.c2
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
6992static char * 6992static char *
6993pbm_read_file (file, size) 6993pbm_read_file (file, size)