elm els_scroller.c: Initialize variables.

SVN revision: 65789
This commit is contained in:
Daniel Juyung Seo 2011-12-02 01:16:54 +00:00
parent 049f9ce7ac
commit 497ffe3218
1 changed files with 1 additions and 1 deletions

View File

@ -1845,7 +1845,7 @@ static Eina_Bool
_smart_hold_animator(void *data)
{
Smart_Data *sd = data;
Evas_Coord ox = 0, oy = 0, fx, fy;
Evas_Coord ox = 0, oy = 0, fx = 0, fy= 0;
fx = sd->down.hold_x;
fy = sd->down.hold_y;