ソースを参照

Merge branch 'maint-0.3.3'

Nick Mathewson 6 年 前
コミット
c7d3de216c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/common/address.c

+ 1 - 1
src/common/address.c

@@ -1225,7 +1225,7 @@ tor_addr_keyed_hash(const struct sipkey *key, const tor_addr_t *addr)
     /* LCOV_EXCL_START */
     /* LCOV_EXCL_START */
     tor_fragile_assert();
     tor_fragile_assert();
     return 0;
     return 0;
-    /* LCOV_EXCL_END */
+    /* LCOV_EXCL_STOP */
   }
   }
 }
 }