diff options
author | Bill Haneman <billh@src.gnome.org> | 2001-11-14 14:38:01 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2001-11-14 14:38:01 +0000 |
commit | 71404dbbac2e29a694e40dd206784681820fe633 (patch) | |
tree | 5ad849e30bf070702d648fcc37292ae6ef8980f7 /atk/atkimage.c | |
parent | 3f1e147c084e3385cdb6ddf38bb7b8722ddc9d68 (diff) | |
download | atk-71404dbbac2e29a694e40dd206784681820fe633.tar.gz |
Revved micro version, since API was added last checkin.
Diffstat (limited to 'atk/atkimage.c')
-rwxr-xr-x | atk/atkimage.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/atk/atkimage.c b/atk/atkimage.c index 54477f6..1abf5b8 100755 --- a/atk/atkimage.c +++ b/atk/atkimage.c @@ -29,8 +29,7 @@ atk_image_get_type () { sizeof (AtkImageIface), (GBaseInitFunc) NULL, - (GBaseFinalizeFunc) NULL, - + (GBaseFinalizeFunc) NULL }; type = g_type_register_static (G_TYPE_INTERFACE, "AtkImage", &tinfo, 0); |