Add gcc suggested parens around assignment.

SVN revision: 31533
This commit is contained in:
Christopher Michael 2007-08-26 17:20:46 +00:00
parent 971a3a8303
commit a0f9462d1d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ e_gadcon_popup_show(E_Gadcon_Popup *pop)
if (pop->win->visible) return;
if (o = edje_object_part_swallow_get(pop->o_bg, "e.swallow.content"))
if ((o = edje_object_part_swallow_get(pop->o_bg, "e.swallow.content")))
{
Evas_Coord w = 0, h = 0;