summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 8a336222ff..f0a6d07045 100644
--- a/gc.c
+++ b/gc.c
@@ -2126,7 +2126,7 @@ Init_GC()
rb_global_variable(&nomem_error);
nomem_error = rb_exc_new3(rb_eNoMemError,
- rb_obj_freeze(rb_str_new2"failed to allocate memory"));
+ rb_obj_freeze(rb_str_new2("failed to allocate memory")));
OBJ_TAINT(nomem_error);
OBJ_FREEZE(nomem_error);