[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] doxygen fix
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
or.h
Log Message:
doxygen fix
Index: or.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -d -r1.709 -r1.710
--- or.h 6 Oct 2005 04:33:40 -0000 1.709
+++ or.h 7 Oct 2005 19:25:01 -0000 1.710
@@ -815,7 +815,7 @@
uint8_t n_download_failures; /**< Number of failures trying to download the
* most recent descriptor. */
unsigned int should_download:1; /**< DOCDOC */
- unsigned int name_lookup_warned:1; /*< Have we warned the user for referring
+ unsigned int name_lookup_warned:1; /**< Have we warned the user for referring
* to this (unnamed) router by nickname?
*/
} local_routerstatus_t;