Skip to content

Commit c337fe1

Browse files
committed
FIX: warning C4003 (not enough arguments for function-like macro invocation)
1 parent b955053 commit c337fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/tools/make-os-ext.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ memit: func [d /nol] [
3434
]
3535

3636
count: func [s c /local n] [
37-
if find ["()" "(void)"] s [return "(void)"]
37+
if find ["()" "(void)"] s [return "()"]
3838
out: copy "(a"
3939
n: 1
4040
while [s: find/tail s c][

0 commit comments

Comments
 (0)