summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2012-01-03 17:42:33 +0000
committerCedric BAIL <cedric.bail@free.fr>2012-01-03 17:42:33 +0000
commit873b833c8f38340af5b1181e6475e66a44cf7b2f (patch)
tree01117f5f47570e4b47f5d032cf93e12c44d69c44
parent5bc91837e24ce826a8f1399b18ea053be14197fa (diff)
downloadeet-873b833c8f38340af5b1181e6475e66a44cf7b2f.tar.gz
eet: act like the rest of the EFL.
SVN revision: 66804
-rw-r--r--src/lib/eet_lib.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/eet_lib.c b/src/lib/eet_lib.c
index a69a820..04feebe 100644
--- a/src/lib/eet_lib.c
+++ b/src/lib/eet_lib.c
@@ -552,10 +552,7 @@ eet_init(void)
return eet_init_count;
if (!eina_init())
- {
- fprintf(stderr, "Eet: Eina init failed");
- return --eet_init_count;
- }
+ return --eet_init_count;
_eet_log_dom_global = eina_log_domain_register("eet", EET_DEFAULT_LOG_COLOR);
if (_eet_log_dom_global < 0)