summaryrefslogtreecommitdiff
path: root/lst.lib/lstNext.c
diff options
context:
space:
mode:
Diffstat (limited to 'lst.lib/lstNext.c')
-rw-r--r--lst.lib/lstNext.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/lst.lib/lstNext.c b/lst.lib/lstNext.c
index 5c2e0eece592d..9c180d2cfad1a 100644
--- a/lst.lib/lstNext.c
+++ b/lst.lib/lstNext.c
@@ -1,4 +1,4 @@
-/* $NetBSD: lstNext.c,v 1.12 2008/12/13 15:19:29 dsl Exp $ */
+/* $NetBSD: lstNext.c,v 1.13 2020/07/03 08:37:57 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstNext.c,v 1.12 2008/12/13 15:19:29 dsl Exp $";
+static char rcsid[] = "$NetBSD: lstNext.c,v 1.13 2020/07/03 08:37:57 rillig Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lstNext.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: lstNext.c,v 1.12 2008/12/13 15:19:29 dsl Exp $");
+__RCSID("$NetBSD: lstNext.c,v 1.13 2020/07/03 08:37:57 rillig Exp $");
#endif
#endif /* not lint */
#endif
@@ -115,6 +115,5 @@ Lst_Next(Lst l)
}
}
- return (tln);
+ return tln;
}
-