]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clarifying the empty semicolon
authorRoger Dingledine <arma@torproject.org>
Tue, 3 Sep 2002 19:10:23 +0000 (19:10 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 3 Sep 2002 19:10:23 +0000 (19:10 +0000)
svn:r90

src/or/onion.c

index 7908a3d9760cec8ba57bca73ab19e70b0f0dbd9d..2804732d2fa207e9f3ee5028f2fbfe0dc65a3ba0 100644 (file)
@@ -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) {