mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 14:14:23 +00:00
more delinting
SCCS-file: date.c SCCS-SID: 7.11
This commit is contained in:
committed by
Paul Eggert
parent
5ee2264f23
commit
017bac7bff
@@ -291,7 +291,7 @@ char * argv[];
|
||||
}
|
||||
|
||||
static void
|
||||
dogmt()
|
||||
dogmt P((void))
|
||||
{
|
||||
register char ** saveenv;
|
||||
static char tzgmt0[] = "TZ=GMT0";
|
||||
@@ -427,7 +427,7 @@ const char * const reason;
|
||||
}
|
||||
|
||||
static void
|
||||
errensure()
|
||||
errensure P((void))
|
||||
{
|
||||
if (retval == EXIT_SUCCESS)
|
||||
retval = EXIT_FAILURE;
|
||||
@@ -443,7 +443,7 @@ register const char * cp;
|
||||
}
|
||||
|
||||
static void
|
||||
usage()
|
||||
usage P((void))
|
||||
{
|
||||
(void) fprintf(stderr, "date: usage is date ");
|
||||
(void) fprintf(stderr, "[-u] ");
|
||||
|
||||
Reference in New Issue
Block a user