immodule: fix a GCC warning
This commit is contained in:
@ -650,7 +650,7 @@ lookup_immodule (gchar **immodules_list)
|
|||||||
gboolean found;
|
gboolean found;
|
||||||
gchar *context_id;
|
gchar *context_id;
|
||||||
found = g_hash_table_lookup_extended (contexts_hash, *immodules_list,
|
found = g_hash_table_lookup_extended (contexts_hash, *immodules_list,
|
||||||
&context_id, NULL);
|
(gpointer *) &context_id, NULL);
|
||||||
if (found)
|
if (found)
|
||||||
return context_id;
|
return context_id;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user