From ee7709c8ce888797c845137aa3bdd333acdd1b85 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Wed, 15 Oct 2025 20:43:09 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79c7321..edfada0 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ int main(void) case WL_EVAL_OUTPUT: // Output string available - fwrite(res.str.ptr, 1, res.str.len, output); + fwrite(res.str.ptr, 1, res.str.len, stdout); break; case WL_EVAL_SYSVAR: