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

whoops, removed a semicolon :(

parent f594bdb3
No related branches found
No related tags found
No related merge requests found
......@@ -3044,7 +3044,7 @@ entry_guards_parse_state(or_state_t *state, int set, char **msg)
if (r1 < 0) {
if (msg && *msg == NULL) {
*msg = tor_strdup("parsing error")
*msg = tor_strdup("parsing error");
}
return -1;
}
......
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