diff options
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index f30dbda12a..fa496421c0 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -9,8 +9,8 @@ #include "or.h" -/** prototypes for smartlist operations from routerlist.h - * they're here to prevent precedence issues with the .h files +/* prototypes for smartlist operations from routerlist.h + * They're here to prevent precedence issues with the .h files */ void router_add_running_routers_to_smartlist(smartlist_t *sl); void add_nickname_list_to_smartlist(smartlist_t *sl, char *list); |