From 658b5aabcc044ee263c4097997010ba9d855e8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Van=20der=20Auwermeulen=20Gr=C3=A9goire?= Date: Tue, 21 May 2019 13:12:29 +0200 Subject: [PATCH] Update WASI-tutorial.md --- docs/WASI-tutorial.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/WASI-tutorial.md b/docs/WASI-tutorial.md index 6f572e695e..3cbc2cfd5b 100644 --- a/docs/WASI-tutorial.md +++ b/docs/WASI-tutorial.md @@ -29,8 +29,7 @@ any knowledge of WASI, WebAssembly, or sandboxing. #include #include -int -main(int argc, char **argv) { +int main(int argc, char **argv) { int n, m; char buf[BUFSIZ];