summaryrefslogtreecommitdiff
path: root/gzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzio.c')
-rw-r--r--gzio.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gzio.c b/gzio.c
index 72b6287..38b3c03 100644
--- a/gzio.c
+++ b/gzio.c
@@ -61,13 +61,13 @@ local char *strwinerror (error)
wchar_t *msgbuf;
DWORD lasterr = GetLastError();
DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
- | FORMAT_MESSAGE_ALLOCATE_BUFFER,
- NULL,
- error,
- 0, /* Default language */
- (LPVOID)&msgbuf,
- 0,
- NULL);
+ | FORMAT_MESSAGE_ALLOCATE_BUFFER,
+ NULL,
+ error,
+ 0, /* Default language */
+ (LPVOID)&msgbuf,
+ 0,
+ NULL);
if (chars != 0) {
/* If there is an \r\n appended, zap it. */
if (chars >= 2