aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/image.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c
index 28c5e5c96b1..23777dca253 100644
--- a/src/image.c
+++ b/src/image.c
@@ -1998,7 +1998,6 @@ x_put_x_image (f, ximg, pixmap, width, height)
1998 File Handling 1998 File Handling
1999 ***********************************************************************/ 1999 ***********************************************************************/
2000 2000
2001static Lisp_Object x_find_image_file P_ ((Lisp_Object));
2002static unsigned char *slurp_file P_ ((char *, int *)); 2001static unsigned char *slurp_file P_ ((char *, int *));
2003 2002
2004 2003
@@ -2006,7 +2005,7 @@ static unsigned char *slurp_file P_ ((char *, int *));
2006 x-bitmap-file-path. Value is the full name of the file found, or 2005 x-bitmap-file-path. Value is the full name of the file found, or
2007 nil if not found. */ 2006 nil if not found. */
2008 2007
2009static Lisp_Object 2008Lisp_Object
2010x_find_image_file (file) 2009x_find_image_file (file)
2011 Lisp_Object file; 2010 Lisp_Object file;
2012{ 2011{