Fix unitialized variable warning.

SVN revision: 72467
This commit is contained in:
Christopher Michael 2012-06-19 09:59:31 +00:00
parent e1331283f0
commit cacae5a9c0
1 changed files with 1 additions and 1 deletions

View File

@ -3370,7 +3370,7 @@ _e_fm2_file_paste(Evas_Object *obj)
/* Add destination to the arguments. */
{
E_Fm2_Icon *ic;
E_Fm2_Icon *ic = NULL;
if (eina_list_count(sd->selected_icons) == 1)
{