Mercurial > emacs
changeset 2813:89b1121e2d43
* timer.c: Fix mispellings of get_date function's name.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 15 May 1993 23:05:46 +0000 |
parents | cea361c342f4 |
children | 0da5b58e98ed |
files | lib-src/=timer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/=timer.c Sat May 15 22:57:27 1993 +0000 +++ b/lib-src/=timer.c Sat May 15 23:05:46 1993 +0000 @@ -47,13 +47,13 @@ char *pname; /* programme name for error messages */ /* Accepts a string of two fields seperated by FS. - First field is string for getdate, saying when to wake-up. + First field is string for get_date, saying when to wake-up. Second field is a token to identify the request. */ void schedule (str) char *str; { - extern time_t getdate (); + extern time_t get_date (); extern char *strcpy (); time_t now; register char *p;