Ecore_Evas (wayland): Disable logfn's (again) :( Remove extra parens.

SVN revision: 67819
This commit is contained in:
Christopher Michael 2012-02-10 10:36:21 +00:00
parent 6d60ece7db
commit 317f1ebf99
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# include <config.h>
#endif
#define LOGFNS 1
//#define LOGFNS 1
#ifdef LOGFNS
# include <stdio.h>

View File

@ -177,7 +177,7 @@ ecore_evas_wayland_shm_new(const char *disp_name, int x, int y, int w, int h, in
return NULL;
}
if (!(ecore_wl_init(disp_name)))
if (!ecore_wl_init(disp_name))
{
ERR("Failed to initialize Ecore Wayland.");
return NULL;