elementary: fix segv due to a typo.

SVN revision: 67463
This commit is contained in:
Cedric BAIL 2012-01-23 10:32:29 +00:00
parent dab18349e2
commit d723948568
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ static void
elm_mod_shutdown(void)
{
edje_external_type_array_unregister(elm_external_types);
if (_elm_ext_log_dom >= 0) eina_log_domain_unregister(_elm_log_dom);
if (_elm_ext_log_dom >= 0) eina_log_domain_unregister(_elm_ext_log_dom);
_elm_ext_log_dom = -1;
}