summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index ca0e0cf5c7..74a78345b9 100644
--- a/error.c
+++ b/error.c
@@ -231,7 +231,7 @@ rb_check_type(VALUE x, int t)
}
type++;
}
- rb_bug("unknown type 0x%x (%p given)", t, TYPE(x));
+ rb_bug("unknown type 0x%x (0x%x given)", t, TYPE(x));
}
}