aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-gettext.c')
-rw-r--r--src/w32-gettext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index 8a67ce7..dc9cbd9 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -1234,7 +1234,8 @@ load_domain (const char *filename)
size_t to_read;
char *read_ptr;
- fh = CreateFileA (filename, GENERIC_READ, FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL);
+ fh = CreateFileA (filename, GENERIC_READ, FILE_SHARE_WRITE, NULL,
+ OPEN_EXISTING, 0, NULL);
if (fh == INVALID_HANDLE_VALUE)
return NULL;