diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_cocoa.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_cocoa.c index af56879051..ab4021d85f 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_cocoa.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_cocoa.c @@ -9,9 +9,8 @@ #ifdef BUILD_ECORE_EVAS_OPENGL_COCOA #include -#endif - #include +#endif #include "ecore_evas_private.h" #include "Ecore_Evas.h" @@ -562,7 +561,7 @@ ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h) return NULL; #else - ERR("OUTCH name='%s' size=%dx%d!", name ? name : "", w, h); + ERR("OUTCH size=%dx%d!", w, h); return NULL; #endif }