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

@ -1,3 +1,7 @@
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
Make grub_util_get_windows_path_real static.
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/fileXX.c: Silence cast-align.

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;