diff options
author | Daniel Zaoui <daniel.zaoui@yahoo.com> | 2016-03-04 14:01:48 +0200 |
---|---|---|
committer | Daniel Zaoui <daniel.zaoui@yahoo.com> | 2016-03-04 14:01:48 +0200 |
commit | 457c6e43fc056d4da22d0c5329b8a694ba0deab9 (patch) | |
tree | f78245cc7bebd5fb93a668d3d3abb8092063edf5 | |
parent | 66256028d5d6c8775338cfd0201a9b56d9bdbf6a (diff) |
Eo: fix oversight for key_data
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_obj_in_tone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_obj_in_tone.c b/src/lib/ecore_audio/ecore_audio_obj_in_tone.c index ff35a982a2..04747dcc3e 100644 --- a/src/lib/ecore_audio/ecore_audio_obj_in_tone.c +++ b/src/lib/ecore_audio/ecore_audio_obj_in_tone.c | |||
@@ -96,7 +96,7 @@ _ecore_audio_in_tone_eo_base_key_data_set(Eo *eo_obj, Ecore_Audio_In_Tone_Data * | |||
96 | } | 96 | } |
97 | 97 | ||
98 | EOLIAN static void* | 98 | EOLIAN static void* |
99 | _ecore_audio_in_tone_eo_base_key_data_get(Eo *eo_obj, Ecore_Audio_In_Tone_Data *obj, const char *key) | 99 | _ecore_audio_in_tone_eo_base_key_data_get(const Eo *eo_obj, Ecore_Audio_In_Tone_Data *obj, const char *key) |
100 | { | 100 | { |
101 | if (!strcmp(key, ECORE_AUDIO_ATTR_TONE_FREQ)) { | 101 | if (!strcmp(key, ECORE_AUDIO_ATTR_TONE_FREQ)) { |
102 | return (void *) (intptr_t) obj->freq; | 102 | return (void *) (intptr_t) obj->freq; |