fixup! gettext: always use UTF-8 on native Windows

Whoops... style fix.
This commit is contained in:
Johannes Schindelin
2015-04-10 00:40:01 +01:00
parent 9e6ddd0b5f
commit 2f464fb92a

View File

@@ -10,7 +10,7 @@
#ifndef NO_GETTEXT
# include <locale.h>
# include <libintl.h>
# if defined GIT_WINDOWS_NATIVE
# ifdef GIT_WINDOWS_NATIVE
# define locale_charset() "UTF-8"
# elif defined HAVE_LIBCHARSET_H
# include <libcharset.h>