summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/TESTS/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/TESTS/copy.c')
-rw-r--r--lib/libncurses/TESTS/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/TESTS/copy.c b/lib/libncurses/TESTS/copy.c
index 6ded258..013f9db 100644
--- a/lib/libncurses/TESTS/copy.c
+++ b/lib/libncurses/TESTS/copy.c
@@ -25,7 +25,7 @@ int h, i;
getch();
/* now, remove window 2 and restore the contents of window 1 */
- i = copywin(win1, win2, 5, 10, 0, 0, 14, 39, 0);
+ i = copywin(win1, win2, 5, 10, 0, 0, 14, 39, 0);
wnoutrefresh(win1);
wnoutrefresh(win2);
printw("copywin returns %d\n", i);
OpenPOWER on IntegriCloud