Re: [tor-dev] Stray ';'

2013-07-11 Thread Nick Mathewson
On Thu, Jul 11, 2013 at 2:18 PM, Gisle Vanem wrote: > There's an extra ';' in src/or/config.h that MSVC doesn't like so much. > Patch: > > --- Git-latest\src\or\config.h 2013-05-28 07:32:46 + > +++ src\or\config.h 2013-05-28 07:39:42 + > @@ -109,7 +109,7 @@ > char *transport_name; /

[tor-dev] Stray ';'

2013-07-11 Thread Gisle Vanem
There's an extra ';' in src/or/config.h that MSVC doesn't like so much. Patch: --- Git-latest\src\or\config.h 2013-05-28 07:32:46 + +++ src\or\config.h 2013-05-28 07:39:42 + @@ -109,7 +109,7 @@ char *transport_name; /* The name of the pluggable transport that