summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-24 20:21:06 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-24 20:21:06 +0000
commit697917781e1a45f16178b36f250e6062344b83cd (patch)
treed0b22db0f588f7012726f2589e4b11e6876b9219 /poll
parent63bc8500e2c8f21282289fc91b6a3cdea242b232 (diff)
downloadlibapr-697917781e1a45f16178b36f250e6062344b83cd.tar.gz
I forgot the ;.
Submitted by: Ben Laurie <ben@algroup.co.uk> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poll')
-rw-r--r--poll/unix/pollacc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll/unix/pollacc.c b/poll/unix/pollacc.c
index d27ff4ad9..440273e61 100644
--- a/poll/unix/pollacc.c
+++ b/poll/unix/pollacc.c
@@ -169,7 +169,7 @@ APR_DECLARE(apr_status_t) apr_poll_socket_clear(apr_pollfd_t *aprset, apr_int16_
if (curr->reqevents & events) {
curr->reqevents &= ~events;
}
- curr++
+ curr++;
}
return APR_SUCCESS;
}