From 3202938099c6eabbfa387b2464c4a607a1972fc0 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Tue, 26 Aug 2014 07:47:20 +0900 Subject: Add a missing space after ",". --- src/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.c') diff --git a/src/error.c b/src/error.c index fa1fcb9b7..0a1a97a0b 100644 --- a/src/error.c +++ b/src/error.c @@ -261,7 +261,7 @@ mrb_vformat(mrb_state *mrb, const char *format, va_list ap) else { size = p - b; mrb_ary_push(mrb, ary, mrb_str_new(mrb, b, size)); - return mrb_ary_join(mrb, ary, mrb_str_new(mrb,NULL,0)); + return mrb_ary_join(mrb, ary, mrb_str_new(mrb, NULL, 0)); } } -- cgit v1.2.3