diff options
Diffstat (limited to 'lib/libncurses/TESTS/over.c')
-rw-r--r-- | lib/libncurses/TESTS/over.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/TESTS/over.c b/lib/libncurses/TESTS/over.c index 530e48d355748..1f336d4321c7f 100644 --- a/lib/libncurses/TESTS/over.c +++ b/lib/libncurses/TESTS/over.c @@ -13,7 +13,7 @@ * keypress, then removes the top window. With ncurses, * * nothing changes on the display. * *********************************************************************/ - + # include <ncurses.h> /* ncurses include lives here */ main() @@ -54,7 +54,7 @@ main() wnoutrefresh(win1); wnoutrefresh(win2); doupdate(); - + /**************************************************************** * Await a keypress to show what we've done so far. * ****************************************************************/ |