E: Fix uninitialized variable warning

SVN revision: 74532
This commit is contained in:
Christopher Michael 2012-07-28 15:00:49 +00:00
parent f44867c7e1
commit b9508baa0e
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ _e_remember_restore_cb(void *data __UNUSED__, int type __UNUSED__, void *event _
{
E_Remember *rem;
Eina_List *l;
E_Action *act_fm, *act;
E_Action *act_fm = NULL, *act;
E_Container *con;
con = e_container_current_get(e_manager_current_get());