projects
/
profile
/
ivi
/
eet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4533648
)
eet: act like the rest of the EFL.
author
cedric
<cedric>
Tue, 3 Jan 2012 17:42:33 +0000
(17:42 +0000)
committer
cedric
<cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Jan 2012 17:42:33 +0000
(17:42 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@66804
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/eet_lib.c
patch
|
blob
|
history
diff --git
a/src/lib/eet_lib.c
b/src/lib/eet_lib.c
index
a69a820
..
04feebe
100644
(file)
--- 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)