diff options
Diffstat (limited to 'lib/libncurses/TESTS/copy.c')
| -rw-r--r-- | lib/libncurses/TESTS/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/TESTS/copy.c b/lib/libncurses/TESTS/copy.c index 6ded258b90d2..013f9dbe4237 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); |
