From c9b40515e8deecba9e179d48c0f826019c6ee5c4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 31 Oct 2010 10:30:16 +0000 Subject: s/abort/TerminateProcess/ --- src/w32-gettext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/w32-gettext.c') 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; -- cgit v1.2.3