Fix typo in __P use.
authorJim Meyering <jim@meyering.net>
Sun, 7 Jan 1996 04:04:48 +0000 (04:04 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Jan 1996 04:04:48 +0000 (04:04 +0000)
src/date.c

index 635cf2c..6fc4379 100644 (file)
@@ -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;