elementary / widget - removed semicolon
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 11 Apr 2011 15:56:36 +0000 (15:56 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 11 Apr 2011 15:56:36 +0000 (15:56 +0000)
SVN revision: 58556

src/lib/elm_widget.h

index fe75467..324eedb 100644 (file)
@@ -501,7 +501,7 @@ EAPI void             elm_widget_tree_dot_dump(const Evas_Object *top, FILE *out
       evas = evas_object_evas_get(par); if (!(evas)) return (ret); \
       wdat = ELM_NEW(wdtype); if (!(wdat)) return (ret); \
       ob = elm_widget_add(evas); if (!(ob)) { free(wdat); return (ret); } \
-   } while (0);
+   } while (0)
 
 /**
  * The drag and drop API.