aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-09-03 19:10:23 +0000
committerRoger Dingledine <arma@torproject.org>2002-09-03 19:10:23 +0000
commit41ee4e24bb694b2b5241abb739f626928c97a38c (patch)
tree2dda60361f9102f9a42c07a67b5c4decbfa6910a /src
parentca834335da409a095a3ee6c9cef099098eccde26 (diff)
downloadtor-41ee4e24bb694b2b5241abb739f626928c97a38c.tar
tor-41ee4e24bb694b2b5241abb739f626928c97a38c.tar.gz
clarifying the empty semicolon
svn:r90
Diffstat (limited to 'src')
-rw-r--r--src/or/onion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c
index 7908a3d97..2804732d2 100644
--- a/src/or/onion.c
+++ b/src/or/onion.c
@@ -124,7 +124,7 @@ unsigned int *new_route(double cw, routerinfo_t **rarray, int rarray_len, int *r
num_acceptable_routers++;
log(LOG_DEBUG,"I like %d. num_acceptable_routers now %d.",i, num_acceptable_routers);
next_i_loop:
- ;
+ ; /* our compiler may need an explicit statement after the label */
}
if(num_acceptable_routers < *routelen) {