diff options
author | Roger Dingledine <arma@torproject.org> | 2015-02-18 19:27:02 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2015-02-18 19:27:02 -0500 |
commit | 0e4bdc400576ba71ae885e94d32adc0e79e8e7fc (patch) | |
tree | 756b242ee54ebd3216fe5fe25d6c9d79ed18a5ad /src/or/routerparse.c | |
parent | b401ccefd78593c16da5692c77c8c65976fd63d2 (diff) | |
download | tor-0e4bdc400576ba71ae885e94d32adc0e79e8e7fc.tar.gz tor-0e4bdc400576ba71ae885e94d32adc0e79e8e7fc.zip |
clean up comments and whitespace a bit
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 0e8bf8dbe1..5a9626f0a2 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1827,7 +1827,7 @@ routerstatus_parse_guardfraction(const char *guardfraction_str, } guardfraction = (uint32_t)tor_parse_ulong(end_of_header+1, - 10, 0, 100, &ok, NULL); + 10, 0, 100, &ok, NULL); if (!ok) { log_warn(LD_DIR, "Invalid GuardFraction %s", escaped(guardfraction_str)); return -1; |