emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110156: Really fix last change.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110156: Really fix last change.
Date: Sun, 23 Sep 2012 17:25:21 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110156
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-23 17:25:21 +0800
message:
  Really fix last change.
modified:
  src/image.c
=== modified file 'src/image.c'
--- a/src/image.c       2012-09-23 09:22:38 +0000
+++ b/src/image.c       2012-09-23 09:25:21 +0000
@@ -561,7 +561,7 @@
 
 /* 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 *);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]