X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fhanoi.c;h=8f1792d9d88b0279c926e35d25186eb8c8c30d65;hp=f24ae54fa8e753cffbb978254061bae048f67af2;hb=3e91848cbe3dad23fdb60962fa9b678592591c34;hpb=5d8dbcdd9423bf9821db414fd9ec792ccf1f1027 diff --git a/test/hanoi.c b/test/hanoi.c index f24ae54f..8f1792d9 100644 --- a/test/hanoi.c +++ b/test/hanoi.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2014,2017 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 1998-2014,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 * @@ -41,7 +42,7 @@ * * Date: 05.Nov.90 * - * $Id: hanoi.c,v 1.39 2017/09/09 00:19:24 tom Exp $ + * $Id: hanoi.c,v 1.41 2020/02/02 23:34:34 tom Exp $ */ #include @@ -354,6 +355,6 @@ main(int argc, char **argv) } } } - exit_curses(); + stop_curses(); ExitProgram(EXIT_SUCCESS); }