mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
clarifying the empty semicolon
svn:r90
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user