summaryrefslogtreecommitdiff
path: root/app/luit/iso2022.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-04 16:14:00 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-04 16:14:00 +0000
commitabe18d8a3de86ed358f65ceff89bedc1f519e630 (patch)
tree128fb3a8b702b1fc5fba2e92d1865cbcea83fd02 /app/luit/iso2022.c
parent1435578951365337358d89623b531b2c68a1b07d (diff)
update to luit version 1.0.4.
Diffstat (limited to 'app/luit/iso2022.c')
-rw-r--r--app/luit/iso2022.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/luit/iso2022.c b/app/luit/iso2022.c
index ce8769533..ac2f5ddb9 100644
--- a/app/luit/iso2022.c
+++ b/app/luit/iso2022.c
@@ -37,8 +37,8 @@ THE SOFTWARE.
#include "iso2022.h"
#define BUFFERED_INPUT_SIZE 4
-unsigned char buffered_input[BUFFERED_INPUT_SIZE];
-int buffered_input_count = 0;
+static unsigned char buffered_input[BUFFERED_INPUT_SIZE];
+static int buffered_input_count = 0;
static void
FatalError(char *f, ...)