X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest_vid_puts.c;fp=test%2Ftest_vid_puts.c;h=0d7d7abbe9f07399bdfa4b36ca62a238fdcb75d0;hp=5a08d907fd231833d2899036c95aa9511efc1efb;hb=a09e8b13568e210a03ca4ad64e8552c0edea07c5;hpb=6641601a9dd7f34deeaa978899b3730b27635afb diff --git a/test/test_vid_puts.c b/test/test_vid_puts.c index 5a08d907..0d7d7abb 100644 --- a/test/test_vid_puts.c +++ b/test/test_vid_puts.c @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: test_vid_puts.c,v 1.16 2022/12/04 00:40:11 tom Exp $ + * $Id: test_vid_puts.c,v 1.17 2022/12/10 22:28:50 tom Exp $ * * Demonstrate the vid_puts and vid_attr functions. * Thomas Dickey - 2013/01/12 @@ -116,7 +116,7 @@ VERSION_COMMON() /* *INDENT-ON* */ int -main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) +main(int argc, char *argv[]) { int ch; bool no_init = FALSE;