aboutsummaryrefslogtreecommitdiff
path: root/src/os_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_win.c')
-rw-r--r--src/os_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_win.c b/src/os_win.c
index c8240f1c9..bd23a848d 100644
--- a/src/os_win.c
+++ b/src/os_win.c
@@ -1254,7 +1254,7 @@ static int getLastErrorMsg(int nBuf, char *zBuf){
*/
DWORD error = GetLastError();
DWORD dwLen = 0;
- char *zOut;
+ char *zOut = 0;
if( isNT() ){
WCHAR *zTempWide = NULL;