X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Ftest_sgr.c;fp=test%2Ftest_sgr.c;h=3d72e990034400d6840f7f3a12c1defaba3c27e8;hb=c2650100f80134924eda8f22cd7cc1d1d919ee3d;hp=aeb833cf9e10c902eb628f7fe29116c3a3aa0c57;hpb=bec710451bd1f286840c4e7e18fc646bd63adeba;p=ncurses.git diff --git a/test/test_sgr.c b/test/test_sgr.c index aeb833cf..3d72e990 100644 --- a/test/test_sgr.c +++ b/test/test_sgr.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2019-2020,2021 Thomas E. Dickey * * Copyright 2015-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -30,7 +30,7 @@ /* * Author: Thomas E. Dickey * - * $Id: test_sgr.c,v 1.15 2020/02/02 23:34:34 tom Exp $ + * $Id: test_sgr.c,v 1.16 2021/03/20 16:04:31 tom Exp $ * * A simple demo of the sgr/sgr0 terminal capabilities. */ @@ -38,7 +38,7 @@ #include #if !HAVE_TIGETSTR -static void failed(const char *) GCC_NORETURN; +static GCC_NORETURN void failed(const char *); static void failed(const char *msg)