X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=progs%2Fclear.c;h=97cb0f3651deb65c53365b78821cde7601173e1d;hb=ad14e224ecf8bc5e6faeffeecd44c3cfa31827e4;hp=85a5ea541b688217e38d5d09621630d247ffe9f0;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/progs/clear.c b/progs/clear.c index 85a5ea54..97cb0f36 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"