瀏覽代碼

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 年之前
父節點
當前提交
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"