fix head manpage
This commit is contained in:
parent
262f357fdd
commit
416a068df6
4
date.c
4
date.c
|
@ -8,8 +8,8 @@
|
|||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
char buf[BUFSIZ], c, *end;
|
||||
char *fmt = "%c";
|
||||
char buf[BUFSIZ], c;
|
||||
char *end, *fmt = "%c";
|
||||
struct tm *now = NULL;
|
||||
time_t t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user