diff options
Diffstat (limited to 'contrib/less/ttyin.c')
-rw-r--r-- | contrib/less/ttyin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/less/ttyin.c b/contrib/less/ttyin.c index b342ed9..5d99d33 100644 --- a/contrib/less/ttyin.c +++ b/contrib/less/ttyin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2000 Mark Nudelman + * Copyright (C) 1984-2002 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -24,7 +24,7 @@ extern char WIN32getch(); static DWORD console_mode; #endif -static int tty; +public int tty; extern int sigs; /* |