Commit 44107b6b authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

fix typo in last patch


svn:r4413
parent 787dfac6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2693,7 +2693,7 @@ check_libevent_version(const char *m, const char *v, int server)
  } else if (!strcmp(m, "poll")) {
    if (!strcmp(v, "1.0c") || !strcmp(v, "1.0d"))
      buggy = 1;
T    else if (!strcmp(v, "1.0e"))
    else if (!strcmp(v, "1.0e"))
      slow = 1;
  } else if (!strcmp(m, "poll")) {
    if (!strcmp(v, "1.0c") || !strcmp(v, "1.0d") || !strcmp(v, "1.0e"))