[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] clarifying the empty semicolon
Update of /home/or/cvsroot/src/or
In directory moria.seul.org:/home/arma/work/onion/cvs/src/or
Modified Files:
onion.c
Log Message:
clarifying the empty semicolon
Index: onion.c
===================================================================
RCS file: /home/or/cvsroot/src/or/onion.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- onion.c 3 Sep 2002 18:44:24 -0000 1.12
+++ onion.c 3 Sep 2002 19:10:23 -0000 1.13
@@ -124,7 +124,7 @@
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) {