diff options
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index f23c20e65..52359fb27 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -42,7 +42,7 @@ int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout) { - int i; + unsigned int i; for (i=0;i<nfds;++i) { tor_assert(ufds[i].fd >= 0); } |