diff options
Diffstat (limited to 'core/src')
| -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 |
