From: ben Date: Sat, 1 Feb 2003 15:42:01 +0000 (+0000) Subject: Make save_scroll() static. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/03f60a6278574d259d07e54b3c32a78050a21cfd Make save_scroll() static. git-svn-id: svn://svn.tartarus.org/sgt/putty@2766 cda61777-01e9-0310-a592-d414129be87e --- 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 &&