diff options
| author | Chong Yidong | 2012-09-23 17:25:21 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-23 17:25:21 +0800 |
| commit | 218374939e60bfc5fb1e50178b7cffb9a0596479 (patch) | |
| tree | 4fd9d1e37ba8bc27913bf2422c5578296472df1d /src | |
| parent | 641cfd145e8d17956c3bf5d357c09fecb24f8e58 (diff) | |
| download | emacs-218374939e60bfc5fb1e50178b7cffb9a0596479.tar.gz emacs-218374939e60bfc5fb1e50178b7cffb9a0596479.zip | |
Really fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 2 |
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 | ||
| 564 | static struct image_type *define_image_type (struct image_type *, Lisp_Object); | 564 | static struct image_type *define_image_type (struct image_type *); |
| 565 | static struct image_type *lookup_image_type (Lisp_Object); | 565 | static struct image_type *lookup_image_type (Lisp_Object); |
| 566 | static void image_error (const char *format, Lisp_Object, Lisp_Object); | 566 | static void image_error (const char *format, Lisp_Object, Lisp_Object); |
| 567 | static void x_laplace (struct frame *, struct image *); | 567 | static void x_laplace (struct frame *, struct image *); |