* grub-core/kern/misc.c (grub_abort): Make static
This commit is contained in:
parent
a60dae7e4e
commit
a8f15bceea
7 changed files with 19 additions and 21 deletions
|
@ -115,7 +115,7 @@ void _gcry_log_bug (const char *fmt, ...)
|
|||
grub_vprintf (fmt, args);
|
||||
va_end (args);
|
||||
grub_refresh ();
|
||||
grub_abort ();
|
||||
grub_fatal ("gcrypt bug");
|
||||
}
|
||||
|
||||
gcry_err_code_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue