X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftabs.c;h=7bcbb74a310ba7fb0fe93897b76aa93411d91dda;hp=0539e85653ea5985f3a4440d83eb1a0e529a24fa;hb=6830dca51a4e50d41e7bd114bdbaa857b42a46f4;hpb=790a85dbd4a81d5f5d8dd02a44d84f01512ef443 diff --git a/progs/tabs.c b/progs/tabs.c index 0539e856..7bcbb74a 100644 --- a/progs/tabs.c +++ b/progs/tabs.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020 Thomas E. Dickey * + * Copyright 2020,2021 Thomas E. Dickey * * Copyright 2008-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -39,9 +39,9 @@ #include #include -MODULE_ID("$Id: tabs.c,v 1.45 2020/05/27 23:47:22 tom Exp $") +MODULE_ID("$Id: tabs.c,v 1.46 2021/03/20 16:07:29 tom Exp $") -static void usage(void) GCC_NORETURN; +static GCC_NORETURN void usage(void); const char *_nc_progname; static int max_cols;