Commit Diff


commit - a6f2507874172f4882c921af072a2d97eaa57029
commit + 1a0805676b811f75437d3194775020a0341ace96
blob - b3aa6afcd77d0a0e0cca4debbca5263d8a69f68e
blob + 9678f86949c9fae1f9fb07b6fe0552191f7ba9e8
--- tog/tog.c
+++ tog/tog.c
@@ -2725,7 +2725,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)