summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.c b/ffi.c
index d943f883..25d8a8d5 100644
--- a/ffi.c
+++ b/ffi.c
@@ -4673,7 +4673,7 @@ static void ffi_call_desc_print_op(val obj, val out,
struct txr_ffi_call_desc *tfcd = ffi_call_desc(obj);
put_string(lit("#<"), out);
obj_print_impl(obj->co.cls, out, pretty, ctx);
- format(out, lit("~s ~s ~!~s>"), tfcd->name, tfcd->rettype,
+ format(out, lit(" ~s ~s ~!~s>"), tfcd->name, tfcd->rettype,
tfcd->argtypes, nao);
}