diff options
Diffstat (limited to 'tests/projects')
| -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); } |
