diff options
Diffstat (limited to 'core/src/xmake/binutils/bin2c.c')
| -rw-r--r-- | core/src/xmake/binutils/bin2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/binutils/bin2c.c b/core/src/xmake/binutils/bin2c.c index b5054c55f..3c639d059 100644 --- a/core/src/xmake/binutils/bin2c.c +++ b/core/src/xmake/binutils/bin2c.c @@ -209,12 +209,12 @@ tb_int_t xm_binutils_bin2c(lua_State *lua) { } while (0); if (istream) { - tb_stream_clos(istream); + tb_stream_exit(istream); } istream = tb_null; if (ostream) { - tb_stream_clos(ostream); + tb_stream_exit(ostream); } ostream = tb_null; |
