Make grub_util_get_windows_path_real static.

This commit is contained in:
Vladimir Serbinenko 2013-12-18 07:45:15 +01:00
parent 9246d5c8a4
commit 7a7f52388b
2 changed files with 5 additions and 1 deletions

View file

@ -98,7 +98,7 @@ grub_util_tchar_to_utf8 (LPCTSTR in)
#endif
LPTSTR
static LPTSTR
grub_util_get_windows_path_real (const char *path)
{
LPTSTR fpa;