Skip to content

Commit 157c23e

Browse files
Fix preprocessor error.
1 parent e062187 commit 157c23e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/_localemodule.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,9 @@ _locale_nl_langinfo_impl(PyObject *module, int item)
688688
}
689689
}
690690
}
691+
else
691692
#endif
692-
else {
693+
{
693694
pyresult = PyUnicode_DecodeLocale(result, NULL);
694695
}
695696
restore_locale(oldloc);

0 commit comments

Comments
 (0)