diff options
| -rw-r--r-- | core/src/xmake/winos/registry_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/winos/registry_query.c b/core/src/xmake/winos/registry_query.c index 0801547d3..7e0250ba7 100644 --- a/core/src/xmake/winos/registry_query.c +++ b/core/src/xmake/winos/registry_query.c @@ -61,7 +61,7 @@ tb_int_t xm_winos_registry_query(lua_State* lua) HKEY keynew = tb_null; tb_char_t* value = tb_null; tb_wchar_t* value_w = tb_null; - tb_size_t value_n = (tb_size_t)-1; + tb_size_t value_n = (tb_size_t)-1; do { // get registry rootkey |
