summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/bibtex.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtexu/bibtex.h')
-rw-r--r--Build/source/texk/bibtexu/bibtex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/bibtex.h b/Build/source/texk/bibtexu/bibtex.h
index adc513ad6dd..9c9b1854d10 100644
--- a/Build/source/texk/bibtexu/bibtex.h
+++ b/Build/source/texk/bibtexu/bibtex.h
@@ -463,7 +463,7 @@
* of |pool_ptr| is too high; this test is supposed to be made before
* |append_char| is used.
***************************************************************************/
-#define APPEND_CHAR(X) { str_pool[pool_ptr] = (X);\
+#define APPEND_CHAR(X) {str_pool[pool_ptr] = (X);\
INCR(pool_ptr);}
#define STR_ROOM(X) {while((pool_ptr+(X))>Pool_Size)\
pool_overflow();}