summaryrefslogtreecommitdiffhomepage
path: root/auto/types/uintptr_t
diff options
context:
space:
mode:
Diffstat (limited to 'auto/types/uintptr_t')
-rw-r--r--auto/types/uintptr_t2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t
index 2b7212ebe..7db6e4506 100644
--- a/auto/types/uintptr_t
+++ b/auto/types/uintptr_t
@@ -19,7 +19,7 @@ cat << END > $NGX_AUTOTEST.c
#include <sys/types.h>
$NGX_INTTYPES_H
-int main() {
+int main(void) {
uintptr_t i = 0;
return (int) i;
}