summaryrefslogtreecommitdiff
path: root/buckets
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-21 22:25:25 +0000
committerRyan Bloom <rbb@apache.org>2000-07-21 22:25:25 +0000
commita9b05965aa6c6b3500e69322bedf7f19112346ed (patch)
treebf463bc1f1e921933ff88a9de4aedb215aa90c3f /buckets
parent97581d45a18f097628a7478eb241f5774948d7d0 (diff)
downloadapr-a9b05965aa6c6b3500e69322bedf7f19112346ed.tar.gz
Fix typo.
Submitted by: Cliff Woolley <JWOOLLEY@wlu.edu> Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60405 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buckets')
-rw-r--r--buckets/ap_mmap_buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buckets/ap_mmap_buf.c b/buckets/ap_mmap_buf.c
index 352347155..353f08e3a 100644
--- a/buckets/ap_mmap_buf.c
+++ b/buckets/ap_mmap_buf.c
@@ -77,7 +77,7 @@ static ap_status_t mmap_bucket_insert(ap_bucket *e, const void *buf,
ap_bucket_mmap *b = (ap_bucket_mmap *)e->data;
ap_mmap_t *mm = (ap_mmap_t *)buf;
- b->alloc_addr = mm->mm;;
+ b->alloc_addr = mm->mm;
b->len = nbytes;
*w = nbytes;
return APR_SUCCESS;