eio: fix a typos.

devs/jeyzu/eina-api
Cedric Bail 11 years ago
parent 0fbe8161ba
commit a1c24625dd
  1. 2
      src/lib/eio/eio_main.c

@ -212,7 +212,7 @@ eio_init(void)
if (!ecore_init())
{
ERR("Can not initialize Eina\n");
ERR("Can not initialize Ecore\n");
goto unregister_log_domain;
}

Loading…
Cancel
Save