mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Remove errant period
This commit is contained in:
parent
be542b745f
commit
e5e4d24959
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
object l = Cyc_length(data, args); \
|
||||
if (num_args > obj_obj2int(l)) { \
|
||||
char buf[128]; \
|
||||
snprintf(buf, 127, "Expected %d arguments to %s but received %ld.", \
|
||||
snprintf(buf, 127, "Expected %d arguments to %s but received %ld", \
|
||||
num_args, fnc_name, obj_obj2int(l)); \
|
||||
Cyc_rt_raise_msg(data, buf); \
|
||||
} \
|
||||
|
|
Loading…
Add table
Reference in a new issue