From b56c273d8198ae6cee69bbc9fe5a6a61da4074e4 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sat, 6 Jun 2026 12:26:27 -0400 Subject: Code cleanup --- lib/bib-check.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bib-check.awk') diff --git a/lib/bib-check.awk b/lib/bib-check.awk index 4411a55..2adbd60 100644 --- a/lib/bib-check.awk +++ b/lib/bib-check.awk @@ -31,7 +31,7 @@ function problem(key, msg) { BIB_BAD = 1 } -function bib_entry(type, key, n, req, i, alts, na, j, found, t, k) { +function bib_entry(type, key, n, req, i, alts, na, j, found, t) { if (key in BIB_KEYS_SEEN) problem(key, "duplicate key") BIB_KEYS_SEEN[key] = 1 -- cgit v1.2.3