* grub-core/lib/posix_wrap/wchar.h: Fix typo.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-21 21:01:11 +02:00
parent 1d679ddaa2
commit 3c601f8c81
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/posix_wrap/wchar.h: Fix typo.
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
* util/import_gcry.py: Add final newline in visibility.h.

View File

@ -21,7 +21,7 @@
#include <grub/charset.h>
#if defined(__NetBSD__) || defined(__OPENBSD__)
#if defined(__NetBSD__) || defined(__OpenBSD__)
#define wchar_t grub_posix_wchar_t
#define mbstate_t grub_posix_mbstate_t
#endif