summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/test/lrtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/test/lrtest.c')
-rw-r--r--contrib/ncurses/test/lrtest.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/ncurses/test/lrtest.c b/contrib/ncurses/test/lrtest.c
index f2fc9d2..a3b856a 100644
--- a/contrib/ncurses/test/lrtest.c
+++ b/contrib/ncurses/test/lrtest.c
@@ -7,11 +7,10 @@
* This can't be part of the ncurses test-program, because ncurses rips off the
* bottom line to do labels.
*
- * $Id: lrtest.c,v 0.15 2000/12/31 02:09:42 tom Exp $
+ * $Id: lrtest.c,v 0.17 2002/04/06 20:45:22 tom Exp $
*/
#include <test.priv.h>
-#include <term.h>
typedef struct {
int y, x, mode, dir, inc;
@@ -139,7 +138,7 @@ main(
curs_set(1);
endwin();
- return 0;
+ ExitProgram(EXIT_SUCCESS);
}
/* lrtest.c ends here */
OpenPOWER on IntegriCloud