diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-09 14:46:22 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-09 14:46:22 +0000 |
commit | 87d25c40a989b50b41748dfc88040270306019b0 (patch) | |
tree | 1acdf9a1d76d0efa9bda9ea2f9029c2613636b22 /Build/source/texk/bibtexu/bibtex-1.c | |
parent | 11a1b6a09e5c5420a70fa9a31941d21377e4020e (diff) |
minor bibtex/bibtex8/bibtexu clean up
git-svn-id: svn://tug.org/texlive/trunk@17397 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/bibtex-1.c')
-rw-r--r-- | Build/source/texk/bibtexu/bibtex-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/bibtex-1.c b/Build/source/texk/bibtexu/bibtex-1.c index 71fcad87e62..cc29f1c2cf4 100644 --- a/Build/source/texk/bibtexu/bibtex-1.c +++ b/Build/source/texk/bibtexu/bibtex-1.c @@ -2622,7 +2622,7 @@ BEGIN FN_INFO[fn_loc] = num_glb_strs; if (num_glb_strs == MAX_GLOB_STRS) BEGIN - BIBTEX_OVERFLOW ("number of string global-variables %ld", MAX_GLOB_STRS); + BIBTEX_OVERFLOW ("number of string global-variables ", MAX_GLOB_STRS); END INCR (num_glb_strs); END |