Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-07 | Reindent a few lines to fix a GCC warning. | Nick Mathewson | |
As of GCC 11.1.1, the compiler warns us about code like this: if (a) b; c; and that's a good thing: we wouldn't want to "goto fail". But we had an instance if this in circuituse.c, which was making our compilation sad. Fixes bug 40380; bugfix on 0.3.0.1-alpha. |