initializers: I don't really have anything witty to say about them, but you should know that they're important

SVN revision: 64884
This commit is contained in:
Mike Blumenkrantz 2011-11-07 22:31:03 +00:00
parent 9a1b59641a
commit 91118b6790
1 changed files with 1 additions and 1 deletions

View File

@ -1496,7 +1496,7 @@ _e_randr_try_restore_11(E_Randr_Screen_Info_11 *si_11)
E_Randr_Crtc_Info *ci;
E_Randr_Output_Info *oi;
char *s_output_name;
Eina_Bool name_found;
Eina_Bool name_found = EINA_FALSE;
EINA_LIST_FOREACH(crtcs, iter, ci)
{