ecore: Fix typo in error message

Reviewers: cedric, jpeg

Reviewed By: jpeg

Subscribers: jpeg, cedric

Differential Revision: https://phab.enlightenment.org/D4689
This commit is contained in:
Bryce Harrington 2017-03-02 11:52:22 +09:00 committed by Jean-Philippe Andre
parent 777b9beb23
commit ad109b0bc4
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ ecore_animator_source_set(Ecore_Animator_Source source)
DBG("New source set to %s.",
source == ECORE_ANIMATOR_SOURCE_TIMER ? "TIMER" :
source == ECORE_ANIMATOR_SOURCE_CUSTOM ? "CUSTOM" :
"UNKNOW");
"UNKNOWN");
if (_have_animators()) _begin_tick();
}