Skip to content

Commit 2f464fb

Browse files
committed
fixup! gettext: always use UTF-8 on native Windows
Whoops... style fix.
1 parent 9e6ddd0 commit 2f464fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gettext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifndef NO_GETTEXT
1111
# include <locale.h>
1212
# include <libintl.h>
13-
# if defined GIT_WINDOWS_NATIVE
13+
# ifdef GIT_WINDOWS_NATIVE
1414
# define locale_charset() "UTF-8"
1515
# elif defined HAVE_LIBCHARSET_H
1616
# include <libcharset.h>

0 commit comments

Comments
 (0)