From 91118b67904fbe9d43eca1d37d5045b0eac6322b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 7 Nov 2011 22:31:03 +0000 Subject: [PATCH] initializers: I don't really have anything witty to say about them, but you should know that they're important SVN revision: 64884 --- src/bin/e_randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index 4b8cc7660..a415b8da9 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -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) {