* Arghh! Fix compilation... sorry
authordavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 2 Nov 2008 15:02:40 +0000 (15:02 +0000)
committerdavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 2 Nov 2008 15:02:40 +0000 (15:02 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@37417 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Edje_Edit.h

index e9a0fc6..adc17a0 100644 (file)
@@ -416,7 +416,7 @@ EAPI void
 edje_edit_style_tag_value_set(
    Evas_Object *obj,       ///< The edje object
    const char *style,      ///< The name of the style to inspect
-   const char *tag         ///< The name of the tag
+   const char *tag,        ///< The name of the tag
    const char *new_value   ///< The new tag value
 );
 
@@ -425,7 +425,7 @@ EAPI void
 edje_edit_style_tag_name_set(
    Evas_Object *obj,       ///< The edje object
    const char *style,      ///< The name of the style
-   const char *tag         ///< The name of the tag
+   const char *tag,        ///< The name of the tag
    const char *new_name    ///< The new name for tag
 );