Mercurial > emacs
diff lib-src/=timer.c @ 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 | 2e57e16282f0 |
| children | 37954061f933 |
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;
