From 74357bac91cdc9740cffbb91212f8e919b0cae05 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 10 Aug 2019 16:47:40 -0700 Subject: [PATCH] Remove an errant semicolon --- src/history.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/history.cpp b/src/history.cpp index 704a59e04..cbbbef745 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -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); }