From: Jim Meyering Date: Sun, 7 Jan 1996 04:04:48 +0000 (+0000) Subject: Fix typo in __P use. X-Git-Tag: TEXTUTILS-1_14~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00b953713e7689062727be6b17b34fc1436936f7;p=thirdparty%2Fcoreutils.git Fix typo in __P use. --- diff --git a/src/date.c b/src/date.c index 635cf2c17d..6fc4379f35 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;