From 68621d36a03e76362dbf44029125e5a832494a1a Mon Sep 17 00:00:00 2001 From: englebass Date: Tue, 6 Nov 2007 06:56:53 +0000 Subject: [PATCH] Add type identifier. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32400 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/emotion_smart.c b/src/lib/emotion_smart.c index 62fd288..7b1ded8 100644 --- a/src/lib/emotion_smart.c +++ b/src/lib/emotion_smart.c @@ -85,7 +85,7 @@ static void _smart_clip_unset(Evas_Object * obj); /* Globals for the E Video Object */ /**********************************/ static Evas_Smart *smart = NULL; -static group_id = -1; +static int group_id = -1; static unsigned char _emotion_module_open(const char *name, Evas_Object *obj, Emotion_Video_Module **mod, void **video) -- 2.7.4