]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/posix_wrap/wchar.h: Fix typo.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 21 Aug 2013 19:01:11 +0000 (21:01 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 21 Aug 2013 19:01:11 +0000 (21:01 +0200)
ChangeLog
grub-core/lib/posix_wrap/wchar.h

index a6a00cf5d49ff7fb43aebf3b3508ec64626c59e2..0dc6d3b6670d13b493b6a78dba402a3e5852b291 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 7a27ecf9123a971367b0048e4037ce212a96d49c..8222140ea49713bf0cc315199c790422fa794973 100644 (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