From 35226238ed07b23a17245846ba92d724c4451025 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 16 Jul 2012 22:27:41 +0900 Subject: [PATCH] Removing spurious ctx argument to sexp_make_character. --- tools/chibi-ffi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/chibi-ffi b/tools/chibi-ffi index 0669287d..48fceac7 100755 --- a/tools/chibi-ffi +++ b/tools/chibi-ffi @@ -592,7 +592,7 @@ ((eq? base 'char) (if (type-array type) (cat "sexp_c_string(ctx, " val ", " (c-array-length type) ")") - (cat "sexp_make_character(ctx, " val ")"))) + (cat "sexp_make_character(" val ")"))) ((eq? 'env-string base) (cat "(p=strchr(" val ", '=') ? " "sexp_cons(ctx, str=sexp_c_string(ctx, " val