diff options
Diffstat (limited to 'a11y/gal-a11y-util.c')
-rw-r--r-- | a11y/gal-a11y-util.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/a11y/gal-a11y-util.c b/a11y/gal-a11y-util.c index 5bc91b70b7..9d44758187 100644 --- a/a11y/gal-a11y-util.c +++ b/a11y/gal-a11y-util.c @@ -28,12 +28,12 @@ #include "gal-a11y-util.h" GType -gal_a11y_type_register_static_with_private (GType parent_type, - const gchar *type_name, - GTypeInfo *info, - GTypeFlags flags, - gint priv_size, - gint *priv_offset) +gal_a11y_type_register_static_with_private (GType parent_type, + const gchar *type_name, + GTypeInfo *info, + GTypeFlags flags, + gint priv_size, + gint *priv_offset) { GTypeQuery query; |