whoops, removed a semicolon :(

This commit is contained in:
Nick Mathewson
2017-02-09 10:59:48 -05:00
parent f594bdb3ad
commit 2670844b2b
+1 -1
View File
@@ -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;
}