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

Replace a "fall through" comment that was outside a switch.

parent 6c3c9435
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ keypin_add_or_replace_entry_in_map(keypin_ent_t *ent)
}
tor_free(ent2);
r = -1;
/* Fall through */
/* Note lack of return here: we fall through to the next line. */
}
keypin_add_entry_to_map(ent);
......
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