* grub-core/kern/misc.c (grub_abort): Make static

This commit is contained in:
Vladimir Serbinenko 2013-10-27 14:13:39 +01:00
parent a60dae7e4e
commit a8f15bceea
7 changed files with 19 additions and 21 deletions

View file

@ -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