diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-25 15:37:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-25 15:37:47 +0000 |
commit | a12c3f2c86d967bce7253e78f4c42929b03cc87d (patch) | |
tree | 3d17dfd8fca4ff9556ddeed3a23b281632d69a2e /src/common/address.c | |
parent | 4a1fd99899b654081465d42f4df8a9d119f906c8 (diff) | |
download | tor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.tar.gz tor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.zip |
some fixes i found in my sandbox
svn:r17771
Diffstat (limited to 'src/common/address.c')
-rw-r--r-- | src/common/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c index 67eb07f3a1..d65d16036f 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -1013,7 +1013,7 @@ tor_addr_from_str(tor_addr_t *addr, const char *src) /** Parse an address or address-port combination from <b>s</b>, and put the result in <b>addr_out</b> and (optionally) <b>port_out</b>. Return 0 on - success, negative on failure.*/ + success, negative on failure. */ int tor_addr_port_parse(const char *s, tor_addr_t *addr_out, uint16_t *port_out) { |