From 334e406cc59d7bdf4f7a737e6fd08cc0fa21f455 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 30 Jun 2015 15:51:29 -0400 Subject: [PATCH] fix compile from previous commit I am not a smart man. --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 7ff48d2f1d..2191114439 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -517,7 +517,7 @@ main(int argc, char **argv) _e_main_shutdown_push(e_alert_shutdown); #endif -#ifdef 0 +#if 0 //#ifdef HAVE_WAYLAND /* init uuid store for window/surface properties */ TS("E_UUID_Store Init"); -- 2.34.1