diff options
Diffstat (limited to 'win32/winutil.c')
| -rw-r--r-- | win32/winutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/winutil.c b/win32/winutil.c index 51c096d923..cb487fc252 100644 --- a/win32/winutil.c +++ b/win32/winutil.c @@ -145,7 +145,7 @@ PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err) int eerrno; }; - static const struct code_to_errno_map errmap[] = + static const struct code_to_errno_map errmap[] = { /* 1 */ { ERROR_INVALID_FUNCTION , EINVAL } /* 2 */ , { ERROR_FILE_NOT_FOUND , ENOENT } |
