summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/xmake/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index f19e458d4..9fe975803 100644
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.c
@@ -509,7 +509,7 @@ static tb_void_t xm_machine_init_arch(xm_machine_t* machine)
xm_machine_ref_t xm_machine_init()
{
// done
- tb_bool_t ok = tb_false;
+ tb_bool_t ok = tb_false;
xm_machine_t* machine = tb_null;
do
{