mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
rb_bug
prints a newline after the message
This commit is contained in:
parent
87217f26f1
commit
8d242a33af
14 changed files with 51 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue