diff options
Diffstat (limited to 'scripts/config/textbox.c')
-rw-r--r-- | scripts/config/textbox.c | 4 |
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); | |||
27 | static char *get_line (void); | 27 | static char *get_line (void); |
28 | static void print_position (WINDOW * win, int height, int width); | 28 | static void print_position (WINDOW * win, int height, int width); |
29 | 29 | ||
30 | static int hscroll = 0, fd, file_size, bytes_read; | 30 | static int hscroll, fd, file_size, bytes_read; |
31 | static int begin_reached = 1, end_reached = 0, page_length; | 31 | static int begin_reached = 1, end_reached, page_length; |
32 | static char *buf, *page; | 32 | static char *buf, *page; |
33 | 33 | ||
34 | /* | 34 | /* |