aboutsummaryrefslogtreecommitdiff
path: root/bindgen/gen_zig.py
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-05-15 19:03:38 +0200
committerAndre Weissflog <floooh@gmail.com>2024-05-15 19:03:38 +0200
commitefa1dc513c185055d7e5d7b3187cf2fdad2f3d56 (patch)
tree8540c56c0d80a770e759fbc4b9d06e0b569d29e4 /bindgen/gen_zig.py
parentae78235c9f29d84c63af4ec94611c215e2067157 (diff)
gen_zig.py: sfetch.zig => fetch.zig
Diffstat (limited to 'bindgen/gen_zig.py')
-rw-r--r--bindgen/gen_zig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/gen_zig.py b/bindgen/gen_zig.py
index 98328681..1bfa42db 100644
--- a/bindgen/gen_zig.py
+++ b/bindgen/gen_zig.py
@@ -21,7 +21,7 @@ module_names = {
'sdtx_': 'debugtext',
'sshape_': 'shape',
'sglue_': 'glue',
- 'sfetch_': 'sfetch',
+ 'sfetch_': 'fetch',
}
c_source_paths = {