]> granicus.if.org Git - neomutt/commitdiff
Remove unnecessary semicolon
authorRichard Russon <rich@flatcap.org>
Tue, 24 Oct 2017 16:01:46 +0000 (17:01 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 7 Nov 2017 13:48:46 +0000 (13:48 +0000)
pager.c

diff --git a/pager.c b/pager.c
index f337ac69ea3430516ac94869cab6f09202b64104..4a751becfefd1327e0044f14e08f7128a93536fd 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1847,7 +1847,6 @@ static void pager_menu_redraw(struct Menu *pager_menu)
 
       NORMAL_COLOR;
       rd->index->pagelen = rd->index_window->rows;
-      ;
 
       /* some fudge to work out whereabouts the indicator should go */
       if (rd->index->current - rd->indicator < 0)