diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:53:12 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:53:12 -0500 |
commit | 80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb (patch) | |
tree | 0d9335b5519422237cd81752ce2da4c19443f89d /src/translators/btparse/bibtex.c | |
parent | 1b40827812adaf9476578406766d62dae7adf1d3 (diff) | |
download | tellico-80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb.tar.gz tellico-80056d7ae2cbde97eb23dcf37307a6f3f8a29bdb.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/translators/btparse/bibtex.c')
-rw-r--r-- | src/translators/btparse/bibtex.c | 2 |
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 |