aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index 75f9add471..9d89134392 100644
--- a/struct.c
+++ b/struct.c
@@ -84,7 +84,7 @@ NORETURN(static void not_a_member(ID id));
static void
not_a_member(ID id)
{
- rb_name_error(id, "`%s' is not a struct member", rb_id2name(id));
+ rb_name_error(id, "`%"PRIsVALUE"' is not a struct member", QUOTE_ID(id));
}
VALUE