From: Chong Yidong Date: Sun, 23 Sep 2012 09:25:21 +0000 (+0800) Subject: Really fix last change. X-Git-Tag: emacs-24.2.90~244^2~127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=218374939e60bfc5fb1e50178b7cffb9a0596479;p=emacs.git Really fix last change. --- 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; /* Function prototypes. */ -static struct image_type *define_image_type (struct image_type *, Lisp_Object); +static struct image_type *define_image_type (struct image_type *); static struct image_type *lookup_image_type (Lisp_Object); static void image_error (const char *format, Lisp_Object, Lisp_Object); static void x_laplace (struct frame *, struct image *);