diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-07 04:04:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-07 04:04:48 +0000 |
commit | 00b953713e7689062727be6b17b34fc1436936f7 (patch) | |
tree | bf048afd515aa86b467796e10bb78bb7e9ac3f68 /src | |
parent | ed4a0244302e4585a2bcf455eae57234dff02e5c (diff) | |
download | coreutils-00b953713e7689062727be6b17b34fc1436936f7.tar.xz |
Fix typo in __P use.
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; |