evas-gl_cocoa: fix error message

The call is actually NOT implemented.
This commit is contained in:
Jean Guyomarc'h 2016-11-20 16:51:10 +01:00
parent b860c6f18a
commit d91caf3e3b
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void *evas_outbuf_egl_display_get(Outbuf *ob);
#define GL_COCOA_UNIMPLEMENTED_CALL_SO_RETURN(...) \
do { \
CRI("[%s] IS AN IMPLEMENTED CALL. PLEASE REPORT!!", __func__); \
CRI("[%s] IS AN UNIMPLEMENTED CALL. PLEASE REPORT!!", __func__); \
return __VA_ARGS__; \
} while (0)