elm_main.c: fixed formatting.

This commit is contained in:
Daniel Juyung Seo 2013-03-16 17:28:10 +09:00
parent 5f8af66123
commit 1bfede5163
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ elm_exit(void)
Evas_Object *win;
EINA_LIST_FOREACH_SAFE(_elm_win_list, l, l_next, win)
evas_object_del(win);
evas_object_del(win);
}
}