diff src/os/win32/ngx_stat.h @ 95:b48066122884

nginx-0.0.1-2003-05-23-15:53:01 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 May 2003 11:53:01 +0000
parents 34a521b1a148
children
line wrap: on
line diff
--- a/src/os/win32/ngx_stat.h
+++ b/src/os/win32/ngx_stat.h
@@ -14,7 +14,7 @@ typedef BY_HANDLE_FILE_INFORMATION  ngx_
 
 #define ngx_file_type_n          "GetFileAttributes"
 
-#define ngx_is_dir(fi)          (fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) 
+#define ngx_is_dir(fi)          (fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
 
 #define ngx_stat_n               "GetFileAttributes"