diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-14 10:53:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-14 10:53:49 -0400 |
commit | b88f918227bf888cf57095aa4c7072491738ac79 (patch) | |
tree | 7141c3ed8376d1875c2cae42276b19b8e851b274 /changes | |
parent | 8b7922b2829033d910a98a9d1a4e4ebf9d02d7b4 (diff) | |
download | tor-b88f918227bf888cf57095aa4c7072491738ac79.tar.gz tor-b88f918227bf888cf57095aa4c7072491738ac79.zip |
Remove an extraneous parenthesis in IF_BUG_OHNCE__
Fixes bug 20141; bugfix on 0.2.9.1-alpha.
Patch from Gisle Vanem.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20141 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20141 b/changes/bug20141 new file mode 100644 index 0000000000..99ecf0ad62 --- /dev/null +++ b/changes/bug20141 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Fix a syntax error in the IF_BUG_ONCE__() macro in non- + GCC-compatible compilers. Fixes bug 20141; bugfix on + 0.2.9.1-alpha. Patch from Gisle Vanem. |