summaryrefslogtreecommitdiff
path: root/atk/atkimage.c
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2001-11-14 14:38:01 +0000
committerBill Haneman <billh@src.gnome.org>2001-11-14 14:38:01 +0000
commit71404dbbac2e29a694e40dd206784681820fe633 (patch)
tree5ad849e30bf070702d648fcc37292ae6ef8980f7 /atk/atkimage.c
parent3f1e147c084e3385cdb6ddf38bb7b8722ddc9d68 (diff)
downloadatk-71404dbbac2e29a694e40dd206784681820fe633.tar.gz
Revved micro version, since API was added last checkin.
Diffstat (limited to 'atk/atkimage.c')
-rwxr-xr-xatk/atkimage.c3
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);