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

Add empty statement to suppress gcc warning about label at end of compount statement

svn:r399
parent cd3467bb
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ int connection_exit_begin_conn(cell_t *cell, circuit_t *circ) {
connection_remove(n_stream);
connection_free(n_stream);
case 0: /* resolve added to pending list */
;
}
return 0;
}
......
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