summaryrefslogtreecommitdiff
path: root/src/port/win32setlocale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/win32setlocale.c')
-rw-r--r--src/port/win32setlocale.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/port/win32setlocale.c b/src/port/win32setlocale.c
index f253967c07c..ca9d5906975 100644
--- a/src/port/win32setlocale.c
+++ b/src/port/win32setlocale.c
@@ -40,9 +40,9 @@ struct locale_map
{
/*
* String in locale name to replace. Can be a single string (end is NULL),
- * or separate start and end strings. If two strings are given, the
- * locale name must contain both of them, and everything between them
- * is replaced. This is used for a poor-man's regexp search, allowing
+ * or separate start and end strings. If two strings are given, the locale
+ * name must contain both of them, and everything between them is
+ * replaced. This is used for a poor-man's regexp search, allowing
* replacement of "start.*end".
*/
const char *locale_name_start;
@@ -104,7 +104,7 @@ static const struct locale_map locale_map_result[] = {
#define MAX_LOCALE_NAME_LEN 100
static const char *
-map_locale(const struct locale_map *map, const char *locale)
+map_locale(const struct locale_map * map, const char *locale)
{
static char aliasbuf[MAX_LOCALE_NAME_LEN];
int i;