rb_bug prints a newline after the message

This commit is contained in:
Nobuyoshi Nakada 2023-05-20 14:00:14 +09:00
parent 87217f26f1
commit 8d242a33af
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
14 changed files with 51 additions and 51 deletions

View file

@ -39,7 +39,7 @@ rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin
size_t size;
const unsigned char *bin = builtin_lookup(feature_name, &size);
if (! bin) {
rb_bug("builtin_lookup: can not find %s\n", feature_name);
rb_bug("builtin_lookup: can not find %s", feature_name);
}
// load binary