evas_main: fix structually dead code

Summary: Fix structually dead code in evas_main owing to wrong #ifdef EVAS_CSERVE2 definition

Test Plan: Execute test suite

Reviewers: raster, Hermet, cedric, jpeg, stefan_schmidt, Jaehyun_Cho

Reviewed By: raster

Subscribers: zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6053
This commit is contained in:
Myoungwoon Roy, Kim 2018-05-05 12:02:34 +09:00 committed by Carsten Haitzler (Rasterman)
parent d84a268a71
commit 2733277b2a
1 changed files with 1 additions and 1 deletions

View File

@ -104,9 +104,9 @@ evas_init(void)
_evas_preload_thread_shutdown();
#ifdef EVAS_CSERVE2
if (cs2) evas_cserve2_shutdown();
#endif
shutdown_async_events:
evas_async_events_shutdown();
#endif
shutdown_module:
evas_module_shutdown();
#ifdef BUILD_LOADER_EET