[tor-commits] [tor/master] Kill extraneous x from	907db008ab0007f0a02
    nickm at torproject.org 
    nickm at torproject.org
       
    Mon Oct 22 18:29:47 UTC 2012
    
    
  
commit fa6a65756fff4f2c1da82839199baecdb410b5c7
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Oct 22 14:28:37 2012 -0400
    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.
---
 src/or/config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index da73f78..6eace9f 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"
    
    
More information about the tor-commits
mailing list