summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-19 17:52:16 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-02-19 17:52:16 +0100
commit1d10a062e22858d187d053853b9fa82cda1a8cdc (patch)
tree25c5cb7c3f55b462719dcefe532cb5a8a7d5f839 /patches
parentb2de68869ed16a607c00a31d4ea9f140f8a0089e (diff)
check for dev1650 and some minor polish
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);