diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-03-21 00:13:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-03-21 00:13:17 +0000 |
commit | b6d19fe20739a866ad82f35d37b5e3c16b035f7d (patch) | |
tree | 66fdd16169e26eaa8d10262611c7d0e3b295fee9 /gdk-pixbuf/io-jpeg.c | |
parent | 6b76b0cc9bf370ccdecf44529db5a17cbf7a54ab (diff) | |
download | gtk+-b6d19fe20739a866ad82f35d37b5e3c16b035f7d.tar.gz |
Add missing static qualifiers apparently causing problems on some
2003-03-21 Matthias Clasen <maclas@gmx.de>
* io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load):
* io-ico.c (gdk_pixbuf__ico_image_stop_load): Add missing static
qualifiers apparently causing problems on some platforms. (#108617)
Diffstat (limited to 'gdk-pixbuf/io-jpeg.c')
-rw-r--r-- | gdk-pixbuf/io-jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c index bf0fb05561..191372890b 100644 --- a/gdk-pixbuf/io-jpeg.c +++ b/gdk-pixbuf/io-jpeg.c @@ -449,7 +449,7 @@ skip_input_data (j_decompress_ptr cinfo, long num_bytes) * return context (opaque to user) */ -gpointer +static gpointer gdk_pixbuf__jpeg_image_begin_load (GdkPixbufModuleSizeFunc size_func, GdkPixbufModulePreparedFunc prepared_func, GdkPixbufModuleUpdatedFunc updated_func, |