From e0a4ebd4a0815495074e7a3c09c4729149b98d6b Mon Sep 17 00:00:00 2001 From: wrowe Date: Wed, 31 Jan 2001 22:41:17 +0000 Subject: Absolutely explicit that finfo.filetype APR_NOFILE is 0 (or false). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61175 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_file_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apr_file_info.h') diff --git a/include/apr_file_info.h b/include/apr_file_info.h index 181d38969..44e37ee19 100644 --- a/include/apr_file_info.h +++ b/include/apr_file_info.h @@ -74,7 +74,7 @@ extern "C" { */ typedef enum { - APR_NOFILE, /* the file exists, but APR doesn't know its type */ + APR_NOFILE = 0, /* the file exists, but APR doesn't know its type */ APR_REG, /* a regular file */ APR_DIR, /* a directory */ APR_CHR, /* a character device */ -- cgit v1.2.1