aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/093_hello_c.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/093_hello_c.patch b/patches/patches/093_hello_c.patch
index df9fbfb..60eeaf0 100644
--- a/patches/patches/093_hello_c.patch
+++ b/patches/patches/093_hello_c.patch
@@ -1,4 +1,4 @@
57c57
-< const c_res = ???write(2, "Hello C from Zig!", 17);
+< const c_res = write(2, "Hello C from Zig!", 17);
---
> const c_res = c.write(2, "Hello C from Zig!", 17);