Add missing static qualifiers.

This commit is contained in:
Vladimir Serbinenko 2013-12-21 13:50:13 +01:00
parent ee5283d66b
commit 579ee114b1
4 changed files with 7 additions and 3 deletions

View file

@ -888,7 +888,7 @@ grub_util_part_to_disk (const char *os_dev, struct stat *st,
return path;
}
char *
static char *
grub_util_get_raid_grub_dev (const char *os_dev)
{
char *grub_dev = NULL;