summaryrefslogtreecommitdiffstats
path: root/src/translators/btparse/bibtex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/btparse/bibtex.c')
-rw-r--r--src/translators/btparse/bibtex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/btparse/bibtex.c b/src/translators/btparse/bibtex.c
index fb4518a..c922803 100644
--- a/src/translators/btparse/bibtex.c
+++ b/src/translators/btparse/bibtex.c
@@ -226,7 +226,7 @@ field(AST**_root)
zzastArg(1)->nodetype = BTAST_FIELD; check_field_name (zzastArg(1));
zzCONSUME;
- zzmatch(ETQUALS); zzCONSUME;
+ zzmatch(EQUALS); zzCONSUME;
value(zzSTR); zzlink(_root, &_sibling, &_tail);
#if DEBUG > 1