From c5a5de50477da78b83a1696e735db19dd4e37149 Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Sun, 7 May 2017 14:22:04 +0800 Subject: fix features_table --- core/src/xmake/os/features.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/xmake/os/features.c b/core/src/xmake/os/features.c index 9c7ce4033..33bd9ba75 100644 --- a/core/src/xmake/os/features.c +++ b/core/src/xmake/os/features.c @@ -44,9 +44,9 @@ tb_int_t xm_os_features(lua_State* lua) // features const char* features_table[] = { # ifdef XM_CONFIG_API_HAVE_READLINE - "readline" + "readline", # endif - , tb_null + tb_null }; // new array -- cgit v1.3.1