We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51853f commit 37871acCopy full SHA for 37871ac
1 file changed
crates/engine_bibtex/bibtex/bibtex.c
@@ -4734,7 +4734,7 @@ static void bst_read_command(Bibtex* ctx)
4734
ctx->num_preamble_strings = preamble_ptr();
4735
{
4736
CiteNumber cites = num_cites();
4737
- if cites > 0 {
+ if (cites > 0) {
4738
cites -= 1;
4739
}
4740
if (cites * num_fields() + crossref_num() >= max_fields()) {
@@ -4772,7 +4772,7 @@ static void bst_read_command(Bibtex* ctx)
4772
4773
4774
4775
4776
4777
4778
0 commit comments