diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 3 |
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 | ||
| 2001 | static Lisp_Object x_find_image_file P_ ((Lisp_Object)); | ||
| 2002 | static unsigned char *slurp_file P_ ((char *, int *)); | 2001 | static 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 | ||
| 2009 | static Lisp_Object | 2008 | Lisp_Object |
| 2010 | x_find_image_file (file) | 2009 | x_find_image_file (file) |
| 2011 | Lisp_Object file; | 2010 | Lisp_Object file; |
| 2012 | { | 2011 | { |