* util/getroot.c (grub_util_biosdisk_get_grub_dev) [__APPLE__]:

Add missing semicolon.
This commit is contained in:
Vladimir Serbinenko 2013-11-11 22:49:52 +01:00
parent 348d05359c
commit 66acd9d64c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c (grub_util_biosdisk_get_grub_dev) [__APPLE__]:
Add missing semicolon.
2013-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-macho2img.c: Use plain fopen rather than grub_util_fopen.