diff options
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r-- | shell/e-component-registry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c index 97490b45ac..6497a7bdd1 100644 --- a/shell/e-component-registry.c +++ b/shell/e-component-registry.c @@ -89,7 +89,7 @@ component_info_free (EComponentInfo *info) g_free (info); } -static int +static gint component_info_compare_func (EComponentInfo *a, EComponentInfo *b) { |