Fix uninitialized variable warning.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-09-26 20:07:01 +01:00
parent 1a2865abec
commit 8404e3c180
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ _e_randr_event_cb_output_change(void *data EINA_UNUSED, int type EINA_UNUSED, vo
if (ocfg)
{
Ecore_X_Randr_Mode mode;
Ecore_X_Randr_Mode mode = 0;
int x = 0, y = 0, orient = 0;
printf("\t\t\tHave Primary Output Config %d\n", ocfg->xid);