From: Nick Mathewson Date: Mon, 22 Oct 2012 18:28:37 +0000 (-0400) Subject: Kill extraneous x from 907db008ab0007f0a02 X-Git-Tag: tor-0.2.4.5-alpha~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6a65756fff4f2c1da82839199baecdb410b5c7;p=thirdparty%2Ftor.git 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. --- diff --git a/src/or/config.c b/src/or/config.c index da73f783f3..6eace9f00f 100644 --- a/src/or/config.c +++ b/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"