From cacae5a9c0032ee11335c894e29b379a8fbe141f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Jun 2012 09:59:31 +0000 Subject: [PATCH] Fix unitialized variable warning. SVN revision: 72467 --- src/bin/e_fm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index bea018d59..47572ced8 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -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) {