initialize var for static analyzer

SVN revision: 81333
This commit is contained in:
Mike Blumenkrantz 2012-12-19 09:27:51 +00:00
parent 602c4dd07a
commit 24ce5a79a3
1 changed files with 1 additions and 1 deletions

View File

@ -6573,7 +6573,7 @@ _e_fm2_cb_dnd_selection_notify_post_mount_fail(E_Volume *vol)
static void static void
_e_fm2_cb_dnd_selection_notify_post_mount(E_Volume *vol) _e_fm2_cb_dnd_selection_notify_post_mount(E_Volume *vol)
{ {
E_Fm2_Device_Mount_Op *mop; E_Fm2_Device_Mount_Op *mop = NULL;
const char *mp; const char *mp;
Eina_Inlist *l; Eina_Inlist *l;