summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/TESTS/ensor.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/TESTS/ensor.c')
-rw-r--r--lib/libncurses/TESTS/ensor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/TESTS/ensor.c b/lib/libncurses/TESTS/ensor.c
index 7ace038..4eca9cb 100644
--- a/lib/libncurses/TESTS/ensor.c
+++ b/lib/libncurses/TESTS/ensor.c
@@ -12,7 +12,7 @@ main()
scrollok(stdscr, TRUE);
- for (i=0; i<25; i++)
+ for (i=0; i<25; i++)
printw("This is in the background, this should be left alone!\n");
refresh();
OpenPOWER on IntegriCloud