summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2017-06-01 22:42:00 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2017-06-01 22:42:00 +0000
commit12609103b280c1df93c8fba468cd9072d79b1dab (patch)
tree3b0f40727cd052415997704e2ec31490fd9c150e /locks
parent03393f79aac77350c21d9e074f74e66f7fa10c55 (diff)
downloadapr-12609103b280c1df93c8fba468cd9072d79b1dab.tar.gz
Typo caught by Yann, thanks!
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1797297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r--locks/os2/proc_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/os2/proc_mutex.c b/locks/os2/proc_mutex.c
index 4640f69c6..f65668976 100644
--- a/locks/os2/proc_mutex.c
+++ b/locks/os2/proc_mutex.c
@@ -218,7 +218,7 @@ APR_DECLARE(apr_status_t) apr_os_proc_mutex_get_ex(apr_os_proc_mutex_t *ospmutex
{
*ospmutex = pmutex->hMutex;
if (mech) {
- return *mech = APR_LOCK_DEFAULT;
+ *mech = APR_LOCK_DEFAULT;
}
return APR_SUCCESS;
}