diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-10-10 14:07:36 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-10-10 14:09:24 +0200 |
commit | 07b69d3d85a6c6e5e2180636b34313313fae6bba (patch) | |
tree | 8628890255f44cc676aba14b44c98f468431f33c /src/lib/ecore_wl2/ecore_wl2.c | |
parent | e7b6e55f42f4f6b7f668d940144024df1f7ee6e9 (diff) |
ecore_wl2: fix build break
when i tested this commit i had wayland turned off. Sorry for the noise.
Diffstat (limited to 'src/lib/ecore_wl2/ecore_wl2.c')
-rw-r--r-- | src/lib/ecore_wl2/ecore_wl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2.c b/src/lib/ecore_wl2/ecore_wl2.c index 81573da85a..ce209a6ab9 100644 --- a/src/lib/ecore_wl2/ecore_wl2.c +++ b/src/lib/ecore_wl2/ecore_wl2.c | |||
@@ -85,7 +85,7 @@ _ecore_wl2_surface_modules_init(void) | |||
85 | 85 | ||
86 | if (!eina_module_load(local_module)) | 86 | if (!eina_module_load(local_module)) |
87 | { | 87 | { |
88 | ERR("Cannot load module %s", local_module->file); | 88 | ERR("Cannot load module %s", path); |
89 | eina_module_free(local_module); | 89 | eina_module_free(local_module); |
90 | local_module = NULL; | 90 | local_module = NULL; |
91 | return EINA_FALSE; | 91 | return EINA_FALSE; |