summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/TESTS/scroll3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/TESTS/scroll3.c')
-rw-r--r--lib/libncurses/TESTS/scroll3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/TESTS/scroll3.c b/lib/libncurses/TESTS/scroll3.c
index 1d63c46..b2a10c3 100644
--- a/lib/libncurses/TESTS/scroll3.c
+++ b/lib/libncurses/TESTS/scroll3.c
@@ -3,7 +3,7 @@
main(int argc, char **argv)
{
WINDOW *w, *x;
-
+
initscr();
w = newwin(0, 0, 0, 0);
if (argc > 2)
OpenPOWER on IntegriCloud