Commit Diff


commit - 2fc51af0411e9e5ab6f12a7cdb303fabd86571d7
commit + d0407b8677a44f0789c2f4cd238db49b3a28d6b1
blob - a8e19fd0434fff4255f3fda198af845263ea9816
blob + 1e45e74bb81aeea0621ba64c6624713e630ee084
--- tog/tog.c
+++ tog/tog.c
@@ -2720,7 +2720,7 @@ log_scroll_down(struct tog_view *view, int maxscroll)
 			break;
 
 		s->last_displayed_entry = pentry ?
-		    pentry : s->last_displayed_entry;;
+		    pentry : s->last_displayed_entry;
 
 		pentry = TAILQ_NEXT(s->first_displayed_entry, entry);
 		if (pentry == NULL)