From a2e9d3e33508473547ffa7c3f800fe0e3c5b5c1c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 24 Apr 2019 15:18:18 +0300 Subject: [PATCH] Fix a typo in a recent commit * src/timefns.c (timespec_to_lisp): Fix a typo in function definition. --- src/timefns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timefns.c b/src/timefns.c index 71280aea06a..5005c73b7fc 100644 --- a/src/timefns.c +++ b/src/timefns.c @@ -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); -- 2.39.2