bogus commit to see if post-commit hook worked.

svnlook diff is a bitch, come on :-/


SVN revision: 82494
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-09 23:21:39 +00:00
parent f6c10c4cf1
commit cd7cf2cec9
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ edje_init(void)
("edje", EDJE_DEFAULT_LOG_COLOR);
if (_edje_default_log_dom < 0)
{
EINA_LOG_ERR("Edje Can not create a general log domain.");
goto shutdown_eina;
EINA_LOG_ERR("Edje Can not create a general log domain.");
goto shutdown_eina;
}
if (!ecore_init())