From 6a1533666cb7e3dedf316a91e58f6bd031a552c4 Mon Sep 17 00:00:00 2001 From: caro Date: Sat, 11 Dec 2010 07:58:41 +0000 Subject: [PATCH] EINA_MAGIC is already defined with a ';'. Remove it to fix compilation with vc++ git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@55490 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eet_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eet_data.c b/src/lib/eet_data.c index 9c8bc3e..42c181f 100644 --- a/src/lib/eet_data.c +++ b/src/lib/eet_data.c @@ -196,7 +196,7 @@ struct _Eet_Free_Context struct _Eet_Variant_Unknow { - EINA_MAGIC; + EINA_MAGIC int size; char data[1]; -- 2.7.4