diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2026-06-06 12:26:27 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2026-06-06 12:26:27 -0400 |
| commit | b56c273d8198ae6cee69bbc9fe5a6a61da4074e4 (patch) | |
| tree | f75b89299fe2783354ba0ab7e3ace088fa60245a /lib/bib-check.awk | |
| parent | 4aec9800fca665713b0eba19f10af927b483332e (diff) | |
| download | bibutils-b56c273d8198ae6cee69bbc9fe5a6a61da4074e4.tar.gz | |
Code cleanup
Diffstat (limited to 'lib/bib-check.awk')
| -rw-r--r-- | lib/bib-check.awk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |