1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

Fix a typo in a recent commit

* src/timefns.c (timespec_to_lisp): Fix a typo in function
definition.
This commit is contained in:
Eli Zaretskii 2019-04-24 15:18:18 +03:00
parent b6d8d34aed
commit a2e9d3e335

View File

@ -532,7 +532,7 @@ make_lisp_time (struct timespec t)
}
/* Return (TICKS . HZ) for time T. */
struct Lisp_Object
Lisp_Object
timespec_to_lisp (struct timespec t)
{
return Fcons (timespec_ticks (t), timespec_hz);