emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a2e9d3e: Fix a typo in a recent commit


From: Eli Zaretskii
Subject: [Emacs-diffs] master a2e9d3e: Fix a typo in a recent commit
Date: Wed, 24 Apr 2019 08:18:55 -0400 (EDT)

branch: master
commit a2e9d3e33508473547ffa7c3f800fe0e3c5b5c1c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 71280ae..5005c73 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]