summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-07 14:22:04 +0800
committerTitanSnow <[email protected]>2017-05-07 14:22:04 +0800
commitc5a5de50477da78b83a1696e735db19dd4e37149 (patch)
treefde10249708d623fb92c47cd71e3d90fc9f7f839
parent16e19bc640b3750ed47e190a11c336620cc09b8b (diff)
fix features_table
-rw-r--r--core/src/xmake/os/features.c4
1 files 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