Skip to content
Snippets Groups Projects
Commit e4821fa1 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Remove two extrneous semicolons in dirserv.c

In 6fbdf635 we added a couple of statements like:
    if (test) {
       ...
    };

The extraneous semicolons there get flagged as worrisome empty
statements by the cparser library, so let's fix them.

Patch by Christian Grothoff; fixes bug 7115.
parent 2645de70
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment