Преглед на файлове

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 преди 13 години
родител
ревизия
fa6a65756f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"