diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-25 10:59:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-25 10:59:19 -0400 |
commit | 43db91bd87a6f197a93285a87df473616cc1f6c2 (patch) | |
tree | 681c24e9721d4f0eaac754bdcc55c5b28546625a /src/common/address.c | |
parent | 7a37cbbea33896da54ea4785d8b08c3e5752dcd2 (diff) | |
download | tor-43db91bd87a6f197a93285a87df473616cc1f6c2.tar.gz tor-43db91bd87a6f197a93285a87df473616cc1f6c2.zip |
Teach cov-exclude to detect runaway LCOV_EXCL_START lines
Also, fix two instances of runaway LCOV_EXCL_START lines.
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 701daace57..c5d0e918ca 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -1198,7 +1198,7 @@ tor_addr_hash(const tor_addr_t *addr) /* LCOV_EXCL_START */ tor_fragile_assert(); return 0; - /* LCOV_EXCL_END */ + /* LCOV_EXCL_STOP */ } } |