diff options
Diffstat (limited to 'lib/libncurses/TESTS/scroll3.c')
-rw-r--r-- | lib/libncurses/TESTS/scroll3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/TESTS/scroll3.c b/lib/libncurses/TESTS/scroll3.c index 1d63c464f0285..b2a10c3e213ad 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) |