Ver código fonte

Kill extraneous x from 907db008ab0007f0a02

Looks like clang doesn't complain about this kind of thing.

Spotted by Andrea.  Bug not in any released version.
Nick Mathewson 11 anos atrás
pai
commit
fa6a65756f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -27,7 +27,7 @@
 #include "dirserv.h"
 #include "dirvote.h"
 #include "dns.h"
-#include "entrynodes.h"x
+#include "entrynodes.h"
 #include "geoip.h"
 #include "hibernate.h"
 #include "main.h"