From 03f60a6278574d259d07e54b3c32a78050a21cfd Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 1 Feb 2003 15:42:01 +0000 Subject: [PATCH] Make save_scroll() static. git-svn-id: svn://svn.tartarus.org/sgt/putty@2766 cda61777-01e9-0310-a592-d414129be87e --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index 9f79701d..5ab7e1bf 100644 --- a/terminal.c +++ b/terminal.c @@ -804,7 +804,7 @@ static void scroll(Terminal *term, int topline, int botline, int lines, int sb) * If the scroll is on the same area as the last scroll in the list, * merge them. */ -void save_scroll(Terminal *term, int topline, int botline, int lines) +static void save_scroll(Terminal *term, int topline, int botline, int lines) { struct scrollregion *newscroll; if (term->scrolltail && -- 2.11.0