From 332fa27640b1901ac632e6d37a4aa9643d0f8594 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 Oct 2021 23:22:45 +0000 Subject: ncurses-6.3 --- progs/clear.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'progs/clear.c') diff --git a/progs/clear.c b/progs/clear.c index 85a5ea5..97cb0f3 100644 --- a/progs/clear.c +++ b/progs/clear.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020 Thomas E. Dickey * + * Copyright 2020,2021 Thomas E. Dickey * * Copyright 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -41,11 +41,11 @@ #include #include -MODULE_ID("$Id: clear.c,v 1.23 2020/02/02 23:34:34 tom Exp $") +MODULE_ID("$Id: clear.c,v 1.24 2021/03/20 18:23:14 tom Exp $") const char *_nc_progname = "clear"; -static void +static GCC_NORETURN void usage(void) { #define KEEP(s) s "\n" -- cgit v1.2.1