fix typo in last patch

svn:r4413
This commit is contained in:
Nick Mathewson 2005-06-11 18:56:16 +00:00
parent 787dfac69b
commit 44107b6b13

View File

@ -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"))