X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest_get_wstr.c;h=7ae3730f99a1582e8c4e16508b38efad88b505eb;hp=d1424cb1b50ad2b269f30ded5b8d04830453b877;hb=26522e4669dbf45cba32138b5d81c6c292e88e60;hpb=03a795bde58b3280a4e9d80029a3b7fec13c79ad diff --git a/test/test_get_wstr.c b/test/test_get_wstr.c index d1424cb1..7ae3730f 100644 --- a/test/test_get_wstr.c +++ b/test/test_get_wstr.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: test_get_wstr.c,v 1.4 2007/07/28 19:46:34 tom Exp $ + * $Id: test_get_wstr.c,v 1.5 2007/08/11 17:01:43 tom Exp $ * * Author: Thomas E Dickey * @@ -89,7 +89,7 @@ MovePrompt(WINDOW *txtwin, int limit, int y, int x) } static int -ShowFlavor(WINDOW *strwin, WINDOW *txtwin, Flavors flavor, int limit) +ShowFlavor(WINDOW *strwin, WINDOW *txtwin, int flavor, int limit) { const char *name = "?"; bool limited = FALSE;