summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-07-23 07:31:07 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-07-23 07:31:07 +0000
commit3d10c1ab5bb5b5c105e95c07c3cfa159f071f8db (patch)
tree6c4a333e69473969867db257f21a5e683444466f /file_io
parent0fcb31decdd9efbc1094f5611b592bb127879e89 (diff)
downloadapr-3d10c1ab5bb5b5c105e95c07c3cfa159f071f8db.tar.gz
Fix compiler warning
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/unix/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/unix/open.c b/file_io/unix/open.c
index 3b9ee7359..10156ce62 100644
--- a/file_io/unix/open.c
+++ b/file_io/unix/open.c
@@ -260,4 +260,4 @@ APR_IMPLEMENT_SET_INHERIT(file, flags, cntxt, apr_unix_file_cleanup)
APR_IMPLEMENT_UNSET_INHERIT(file, flags, cntxt, apr_unix_file_cleanup)
-APR_POOL_IMPLEMENT_ACCESSOR_X(file, cntxt);
+APR_POOL_IMPLEMENT_ACCESSOR_X(file, cntxt)