diff src/os/win32/ngx_errno.c @ 4693:f1a0de6eb505

Fixed return type of ngx_strerror_init().
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 18 Jun 2012 14:12:03 +0000
parents d620f497c50f
children 746567d633ac
line wrap: on
line diff
--- a/src/os/win32/ngx_errno.c
+++ b/src/os/win32/ngx_errno.c
@@ -53,7 +53,7 @@ ngx_strerror(ngx_err_t err, u_char *errs
 }
 
 
-ngx_uint_t
+ngx_int_t
 ngx_strerror_init(void)
 {
     return NGX_OK;