diff options
| author | TitanSnow <[email protected]> | 2017-05-07 14:22:04 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-07 14:22:04 +0800 |
| commit | c5a5de50477da78b83a1696e735db19dd4e37149 (patch) | |
| tree | fde10249708d623fb92c47cd71e3d90fc9f7f839 | |
| parent | 16e19bc640b3750ed47e190a11c336620cc09b8b (diff) | |
fix features_table
| -rw-r--r-- | core/src/xmake/os/features.c | 4 |
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 |
