From: Roger Dingledine Date: Tue, 3 Sep 2002 19:10:23 +0000 (+0000) Subject: clarifying the empty semicolon X-Git-Tag: tor-0.0.2pre8~378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41ee4e24bb694b2b5241abb739f626928c97a38c;p=thirdparty%2Ftor.git clarifying the empty semicolon svn:r90 --- diff --git a/src/or/onion.c b/src/or/onion.c index 7908a3d976..2804732d2f 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) {