initialized variables are good

SVN revision: 17242
This commit is contained in:
tsauerbeck 2005-10-06 18:36:53 +00:00 committed by tsauerbeck
parent c8330fb713
commit 45d1bd7b69
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ e_drag_end(int x, int y)
{
Evas_List *l;
E_Event_Dnd_Drop *ev;
const char *type;
const char *type = NULL;
if (_drag_current)
{