Commit 47649a55 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

missing parenthesis

parent 67f0b51c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ Changes in version 0.2.7.4-rc - 2015-10-20
    - Make the get_ifaddrs_* unit tests more tolerant of different
      network configurations. (Don't assume every test box has an IPv4
      address, and Don't assume every test box has a non-localhost
      address. Fixes bug 17255; bugfix on 0.2.7.3-rc. Patch by "teor".
      address.) Fixes bug 17255; bugfix on 0.2.7.3-rc. Patch by "teor".
    - Skip backtrace tests when backtrace support is not compiled in.
      Fixes part of bug 17151; bugfix on 0.2.7.1-alpha. Patch from
      Marcin Cieślak.