Remove an errant semicolon

This commit is contained in:
ridiculousfish 2019-08-10 16:47:40 -07:00
parent fd5d8c1949
commit 74357bac91

View File

@ -795,7 +795,6 @@ static size_t offset_of_next_item(const history_file_contents_t &contents, size_
switch (contents.type()) {
case history_type_fish_2_0:
return offset_of_next_item_fish_2_0(contents, inout_cursor, cutoff_timestamp);
;
case history_type_fish_1_x:
return offset_of_next_item_fish_1_x(contents.begin(), contents.length(), inout_cursor);
}