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

svn:r399
This commit is contained in:
Nick Mathewson 2003-08-14 17:16:05 +00:00
parent cd3467bb01
commit adbc057772

View File

@ -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;
}