]> git.eshelyaron.com Git - emacs.git/commitdiff
Really fix last change.
authorChong Yidong <cyd@gnu.org>
Sun, 23 Sep 2012 09:25:21 +0000 (17:25 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 23 Sep 2012 09:25:21 +0000 (17:25 +0800)
src/image.c

index c5bed6f12ed2ee181deb10dec39833bfde99eba3..1c9b262c8cb59054f399fb8bc9b295320f06f590 100644 (file)
@@ -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 *);