aboutsummaryrefslogtreecommitdiff
path: root/scripts/config/textbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/config/textbox.c')
-rw-r--r--scripts/config/textbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config/textbox.c b/scripts/config/textbox.c
index 8fe907718..a5a460b5c 100644
--- a/scripts/config/textbox.c
+++ b/scripts/config/textbox.c
@@ -27,8 +27,8 @@ static void print_line (WINDOW * win, int row, int width);
27static char *get_line (void); 27static char *get_line (void);
28static void print_position (WINDOW * win, int height, int width); 28static void print_position (WINDOW * win, int height, int width);
29 29
30static int hscroll = 0, fd, file_size, bytes_read; 30static int hscroll, fd, file_size, bytes_read;
31static int begin_reached = 1, end_reached = 0, page_length; 31static int begin_reached = 1, end_reached, page_length;
32static char *buf, *page; 32static char *buf, *page;
33 33
34/* 34/*