We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b955053 commit c337fe1Copy full SHA for c337fe1
make/tools/make-os-ext.reb
@@ -34,7 +34,7 @@ memit: func [d /nol] [
34
]
35
36
count: func [s c /local n] [
37
- if find ["()" "(void)"] s [return "(void)"]
+ if find ["()" "(void)"] s [return "()"]
38
out: copy "(a"
39
n: 1
40
while [s: find/tail s c][
0 commit comments