mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Kill extraneous x from 907db008ab
Looks like clang doesn't complain about this kind of thing. Spotted by Andrea. Bug not in any released version.
This commit is contained in:
parent
86258df65d
commit
fa6a65756f
@ -27,7 +27,7 @@
|
|||||||
#include "dirserv.h"
|
#include "dirserv.h"
|
||||||
#include "dirvote.h"
|
#include "dirvote.h"
|
||||||
#include "dns.h"
|
#include "dns.h"
|
||||||
#include "entrynodes.h"x
|
#include "entrynodes.h"
|
||||||
#include "geoip.h"
|
#include "geoip.h"
|
||||||
#include "hibernate.h"
|
#include "hibernate.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user