nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
225 stars 49 forks source link

fix: small -Wextra-semi warning in uvwasi.c #217

Closed ckerr closed 1 year ago

ckerr commented 1 year ago

Fix a minor extra semicolon warning.

I found this updating Electron's Node.js roll, since Electron builds Node.js with -Werror,-Wextra-semi :smile_cat: