diff options
Diffstat (limited to 'xmake/modules/cli/binutils/bin2c.lua')
| -rw-r--r-- | xmake/modules/cli/binutils/bin2c.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/cli/binutils/bin2c.lua b/xmake/modules/cli/binutils/bin2c.lua index 423d4f3eb..83e0a88c1 100644 --- a/xmake/modules/cli/binutils/bin2c.lua +++ b/xmake/modules/cli/binutils/bin2c.lua @@ -41,7 +41,7 @@ function main(...) if not opt.binarypath or not opt.outputpath then cprint("${bright}Usage: $${clear}xmake l cli.binutils.bin2c [options]") option.show_options(options, "bin2c") - return + return end -- do bin2c |
