diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-03-01 14:57:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-01 14:57:20 +0000 |
commit | 6834bb95976e095a296213b25428986319bc82db (patch) | |
tree | f580afec6a2046d9516b4ae7be82d9dffa80e292 /gdk-pixbuf/gdk-pixbuf-features.h.in | |
parent | 4fcaa4e1dafbcf39ce42a9c752f1083388908569 (diff) | |
download | gdk-pixbuf-6834bb95976e095a296213b25428986319bc82db.tar.gz |
Revert the previous change, since it breaks bin compat.
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/gdk-pixbuf-features.h.in:
Revert the previous change, since it breaks
bin compat.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-features.h.in')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-features.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-features.h.in b/gdk-pixbuf/gdk-pixbuf-features.h.in index 55309f13b..87eab582a 100644 --- a/gdk-pixbuf/gdk-pixbuf-features.h.in +++ b/gdk-pixbuf/gdk-pixbuf-features.h.in @@ -36,6 +36,6 @@ GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version; GDK_PIXBUF_VAR const guint gdk_pixbuf_minor_version; GDK_PIXBUF_VAR const guint gdk_pixbuf_micro_version; -GDK_PIXBUF_VAR const char gdk_pixbuf_version[]; +GDK_PIXBUF_VAR const char *gdk_pixbuf_version; #endif |