From 811b03aef1456ce88499896fa0618e219fd533ae Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Tue, 29 May 2001 23:28:28 +0000 Subject: [PATCH] Fix prototype to use "(void)" instead of "()". * gdk-pixbuf.h: Fix prototype to use "(void)" instead of "()". --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/gdk-pixbuf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index c3a5f6153e..c499e31b28 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2001-05-29 Darin Adler + + * gdk-pixbuf.h: Fix prototype to use "(void)" instead of "()". + Mon May 28 14:21:35 2001 Jonathan Blandford * io-bmp.c: Patch from Helmethead to diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index 46ff3533ce..32ab3a8f46 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -88,7 +88,7 @@ typedef enum { GDK_PIXBUF_ERROR_FAILED } GdkPixbufError; -GQuark gdk_pixbuf_error_quark () G_GNUC_CONST; +GQuark gdk_pixbuf_error_quark (void) G_GNUC_CONST;