aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2012-09-23 17:25:21 +0800
committerChong Yidong2012-09-23 17:25:21 +0800
commit218374939e60bfc5fb1e50178b7cffb9a0596479 (patch)
tree4fd9d1e37ba8bc27913bf2422c5578296472df1d /src
parent641cfd145e8d17956c3bf5d357c09fecb24f8e58 (diff)
downloademacs-218374939e60bfc5fb1e50178b7cffb9a0596479.tar.gz
emacs-218374939e60bfc5fb1e50178b7cffb9a0596479.zip
Really fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index c5bed6f12ed..1c9b262c8cb 100644
--- a/src/image.c
+++ b/src/image.c
@@ -561,7 +561,7 @@ static Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic;
561 561
562/* Function prototypes. */ 562/* Function prototypes. */
563 563
564static struct image_type *define_image_type (struct image_type *, Lisp_Object); 564static struct image_type *define_image_type (struct image_type *);
565static struct image_type *lookup_image_type (Lisp_Object); 565static struct image_type *lookup_image_type (Lisp_Object);
566static void image_error (const char *format, Lisp_Object, Lisp_Object); 566static void image_error (const char *format, Lisp_Object, Lisp_Object);
567static void x_laplace (struct frame *, struct image *); 567static void x_laplace (struct frame *, struct image *);