summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-16 13:48:39 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-16 13:48:39 -0400
commitc7d3de216c60c090fddb4926a739da038bb5d5fe (patch)
tree826f59ae4c0be971a82e1b97d60ab06f6e96dbdc /src/common
parent3463b4e0652bacca51fecd2c256e3e9d61ce920e (diff)
parent9ef4c05df8323850b5894782f435da15810d6189 (diff)
downloadtor-c7d3de216c60c090fddb4926a739da038bb5d5fe.tar.gz
tor-c7d3de216c60c090fddb4926a739da038bb5d5fe.zip
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/common')
-rw-r--r--src/common/address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c
index ca263425f0..a32df99107 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -1225,7 +1225,7 @@ tor_addr_keyed_hash(const struct sipkey *key, const tor_addr_t *addr)
/* LCOV_EXCL_START */
tor_fragile_assert();
return 0;
- /* LCOV_EXCL_END */
+ /* LCOV_EXCL_STOP */
}
}