EINA_MAGIC is already defined with a ';'. Remove it to fix
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Dec 2010 07:58:41 +0000 (07:58 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Dec 2010 07:58:41 +0000 (07:58 +0000)
compilation with vc++

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@55490 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eet_data.c

index 9c8bc3e..42c181f 100644 (file)
@@ -196,7 +196,7 @@ struct _Eet_Free_Context
 
 struct _Eet_Variant_Unknow
 {
-   EINA_MAGIC;
+   EINA_MAGIC
 
    int  size;
    char data[1];