From: Boyuan Yang <byang@debian.org>
Date: Tue, 26 Nov 2024 14:21:14 -0500
Subject: cmdline.c: Try to fix func decl conflict

---
 cmdline.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmdline.c b/cmdline.c
index 4336ac0..f035a1b 100644
--- a/cmdline.c
+++ b/cmdline.c
@@ -115,8 +115,7 @@ get_width ()
    accordingly and return 0; otherwise, don't do anything and return
    1.  Note: the empty string (e.g. the first number in ":15", the
    second in "2:") is treated as 0 (strtol's default behaviour). */
-int
-read_tv (char *s, struct disc_timeval *ret)
+int read_tv(char *s, struct disc_timeval *ret)
 {
   char *t;
   int min, sec;
