From 218374939e60bfc5fb1e50178b7cffb9a0596479 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 23 Sep 2012 17:25:21 +0800 Subject: [PATCH] Really fix last change. --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 2.39.2