diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index 635cf2c17..6fc4379f3 100644 --- a/src/date.c +++ b/src/date.c @@ -46,7 +46,7 @@ time_t get_date (); time_t posixtime (); static void show_date __P ((const char *format, time_t when)); -static void usage __P (int status)); +static void usage __P ((int status)); /* The name this program was run with, for error messages. */ char *program_name; |