X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Flrtest.c;h=9c77577e65e970797160d3fd042b68f25f743515;hp=0215c2a4fba8f48736dcf88319e7c5775892daa1;hb=2db461ea0b1b29c142e3000d830b520c946e385b;hpb=8890c8f28a1db5995ef17f52a7d8c0b9cf574210 diff --git a/test/lrtest.c b/test/lrtest.c index 0215c2a4..9c77577e 100644 --- a/test/lrtest.c +++ b/test/lrtest.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 1998-2010,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -34,7 +35,7 @@ * This can't be part of the ncurses test-program, because ncurses rips off the * bottom line to do labels. * - * $Id: lrtest.c,v 1.25 2019/12/07 18:07:04 tom Exp $ + * $Id: lrtest.c,v 1.27 2020/02/02 23:34:34 tom Exp $ */ #include @@ -174,7 +175,7 @@ main( refresh(); } - exit_curses(); + stop_curses(); ExitProgram(EXIT_SUCCESS); }