diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2007-11-06 06:56:53 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2007-11-06 06:56:53 +0000 |
commit | b8ee0529f988afb293bb03c1363eb4a4f00d2f8c (patch) | |
tree | 1a279071af0476d48d2f14cdca845eaca636ef37 /legacy/emotion/src/lib/emotion_smart.c | |
parent | 5294951917e3e65ea2225cdc48c98a3e90e91509 (diff) |
Add type identifier.
SVN revision: 32400
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
85 | /* Globals for the E Video Object */ | 85 | /* Globals for the E Video Object */ |
86 | /**********************************/ | 86 | /**********************************/ |
87 | static Evas_Smart *smart = NULL; | 87 | static Evas_Smart *smart = NULL; |
88 | static group_id = -1; | 88 | static int group_id = -1; |
89 | 89 | ||
90 | static unsigned char | 90 | static unsigned char |
91 | _emotion_module_open(const char *name, Evas_Object *obj, Emotion_Video_Module **mod, void **video) | 91 | _emotion_module_open(const char *name, Evas_Object *obj, Emotion_Video_Module **mod, void **video) |