]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Kill extraneous x from 907db008ab0007f0a02
authorNick Mathewson <nickm@torproject.org>
Mon, 22 Oct 2012 18:28:37 +0000 (14:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 22 Oct 2012 18:29:15 +0000 (14:29 -0400)
Looks like clang doesn't complain about this kind of thing.

Spotted by Andrea.  Bug not in any released version.

src/or/config.c

index da73f783f3c71d94a431408de2ab3222e2ea871c..6eace9f00fa2e78bbe37c3b9298362e87948ee55 100644 (file)
@@ -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"