diff options
-rw-r--r-- | src/lib/ecore_audio/ecore_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_audio/ecore_audio.c b/src/lib/ecore_audio/ecore_audio.c index fbb5ad0ee5..2a104eb36d 100644 --- a/src/lib/ecore_audio/ecore_audio.c +++ b/src/lib/ecore_audio/ecore_audio.c | |||
@@ -225,7 +225,7 @@ ecore_audio_sndfile_lib_load(void) | |||
225 | 225 | ||
226 | #define SYM(x) \ | 226 | #define SYM(x) \ |
227 | if (!(ecore_audio_sndfile_lib->x = eina_module_symbol_get(ecore_audio_sndfile_lib->mod, #x))) { \ | 227 | if (!(ecore_audio_sndfile_lib->x = eina_module_symbol_get(ecore_audio_sndfile_lib->mod, #x))) { \ |
228 | ERR("Cannot find symbol '%s' in'%s", #x, eina_module_file_get(ecore_audio_pulse_lib->mod)); \ | 228 | ERR("Cannot find symbol '%s' in'%s", #x, eina_module_file_get(ecore_audio_sndfile_lib->mod)); \ |
229 | goto err; \ | 229 | goto err; \ |
230 | } | 230 | } |
231 | SYM(sf_open); | 231 | SYM(sf_open); |