formatting

SVN revision: 56945
This commit is contained in:
Mike Blumenkrantz 2011-02-11 03:11:09 +00:00
parent 7d9ff2c338
commit f53ca1a6ab
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ eeze_init(void)
if (!ecore_init())
goto fail;
#ifdef HAVE_EEZE_MOUNT
_eeze_disk_log_dom = eina_log_domain_register
("eeze_disk", EINA_COLOR_LIGHTBLUE);
_eeze_disk_log_dom = eina_log_domain_register("eeze_disk", EINA_COLOR_LIGHTBLUE);
if (_eeze_disk_log_dom < 0)
{