summaryrefslogtreecommitdiff
path: root/file_io/win32/filedup.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-07-16 20:46:23 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-07-16 20:46:23 +0000
commit07508c6a032c13af6eeb73ad6162da7e33022ece (patch)
tree6d1e9cccd7701bbde03e03dc310050b1421b5a09 /file_io/win32/filedup.c
parent39a03e8dd5c5819f94c9039cae6ba78705470103 (diff)
downloadapr-07508c6a032c13af6eeb73ad6162da7e33022ece.tar.gz
Introduce opening a file inheritable on Win32, and some general text cleanup.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/win32/filedup.c')
-rw-r--r--file_io/win32/filedup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/win32/filedup.c b/file_io/win32/filedup.c
index e60eb1df6..49634a049 100644
--- a/file_io/win32/filedup.c
+++ b/file_io/win32/filedup.c
@@ -59,7 +59,7 @@
#include <string.h>
APR_DECLARE(apr_status_t) apr_file_dup(apr_file_t **new_file,
- apr_file_t *old_file, apr_pool_t *p)
+ apr_file_t *old_file, apr_pool_t *p)
{
BOOLEAN isStdHandle = FALSE;
HANDLE hCurrentProcess = GetCurrentProcess();