/me shuts up GCC for not understanding this new fangled C code.

SVN revision: 49608
This commit is contained in:
Brett Nash 2010-06-10 06:41:50 +00:00
parent 05574a433f
commit 66605560ad
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ _new_window_add(Widget_Data *wd)
static void
_fs_launch(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__)
{
Evas_Object *fs_btn, *win, *iw;
Evas_Object *fs_btn, *win = NULL, *iw = NULL;
Eina_Bool win_fallback;
Widget_Data *wd;