From b8ee0529f988afb293bb03c1363eb4a4f00d2f8c Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 6 Nov 2007 06:56:53 +0000 Subject: [PATCH] Add type identifier. SVN revision: 32400 --- legacy/emotion/src/lib/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 62fd288920..7b1ded88a6 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/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)