Fix typo in README
This commit is contained in:
@@ -147,7 +147,7 @@ int main(void)
|
|||||||
|
|
||||||
case WL_EVAL_OUTPUT:
|
case WL_EVAL_OUTPUT:
|
||||||
// Output string available
|
// Output string available
|
||||||
fwrite(res.str.ptr, 1, res.str.len, output);
|
fwrite(res.str.ptr, 1, res.str.len, stdout);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WL_EVAL_SYSVAR:
|
case WL_EVAL_SYSVAR:
|
||||||
|
|||||||
Reference in New Issue
Block a user