summaryrefslogtreecommitdiff
path: root/test/demo_termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/demo_termcap.c')
-rw-r--r--test/demo_termcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/demo_termcap.c b/test/demo_termcap.c
index adc9eee..347fc5b 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)