* 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

@ -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