X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fdemo_termcap.c;h=347fc5bd4775433e71cf429b4e09ba7c184b4821;hb=a816c8dae437106bbf1661304240ff568ae3efef;hp=adc9eeea6935c8623e5f4a01dcafc5b507545202;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/test/demo_termcap.c b/test/demo_termcap.c index adc9eeea..347fc5bd 100644 --- a/test/demo_termcap.c +++ b/test/demo_termcap.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2019-2020,2021 Thomas E. Dickey * * Copyright 2005-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: demo_termcap.c,v 1.59 2020/02/02 23:34:34 tom Exp $ + * $Id: demo_termcap.c,v 1.60 2021/03/20 16:05:49 tom Exp $ * * A simple demo of the termcap interface. */ @@ -55,7 +55,7 @@ #endif #endif -static void failed(const char *) GCC_NORETURN; +static GCC_NORETURN void failed(const char *); static void failed(const char *msg)