diff options
| author | ruki <[email protected]> | 2025-02-06 23:00:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-02-06 23:00:01 +0800 |
| commit | d0425ec0b0126b02c6c03b7db52372109157335b (patch) | |
| tree | 6c58a1d48191d17e0a1665b4d9e378c7968b9363 /tests/projects/xmake_cli | |
| parent | 48850b4c5a6c1022d3ea9e65d1904f59b45001f4 (diff) | |
fix register lua funcs
Diffstat (limited to 'tests/projects/xmake_cli')
| -rw-r--r-- | tests/projects/xmake_cli/xmake/src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/xmake_cli/xmake/src/main.c b/tests/projects/xmake_cli/xmake/src/main.c index 975f51c38..7d1cda3e2 100644 --- a/tests/projects/xmake_cli/xmake/src/main.c +++ b/tests/projects/xmake_cli/xmake/src/main.c @@ -1,6 +1,5 @@ #include <xmake/xmake.h> -tb_int_t main(tb_int_t argc, tb_char_t** argv) -{ +tb_int_t main(tb_int_t argc, tb_char_t** argv) { return xm_engine_run("xmake", argc, argv, tb_null, tb_null); } |
