X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_termcap.c;h=347fc5bd4775433e71cf429b4e09ba7c184b4821;hp=666f7a2e697b495b874ca8f2d65c39d34e349710;hb=e506fcb22913defb36b205cd5e84257c915d0e5e;hpb=efa78d11c3ea7f51c7078b64a34c98b44ecb0e1a diff --git a/test/demo_termcap.c b/test/demo_termcap.c index 666f7a2e..347fc5bd 100644 --- a/test/demo_termcap.c +++ b/test/demo_termcap.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2005-2017,2019 Free Software Foundation, Inc. * + * 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 * * copy of this software and associated documentation files (the * @@ -29,7 +30,7 @@ /* * Author: Thomas E. Dickey * - * $Id: demo_termcap.c,v 1.58 2019/08/24 21:47:19 tom Exp $ + * $Id: demo_termcap.c,v 1.60 2021/03/20 16:05:49 tom Exp $ * * A simple demo of the termcap interface. */ @@ -54,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)