aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorJuanma Barranquero2009-02-11 09:45:12 +0000
committerJuanma Barranquero2009-02-11 09:45:12 +0000
commit8510724d46951d651a78424e12b93ccee100c665 (patch)
treeb04b98a8aa0cd962eac5de05dab0e81f120d3473 /src/coding.c
parentabab01f2e81262d65221d02b0cf525679bd8b7a7 (diff)
downloademacs-8510724d46951d651a78424e12b93ccee100c665.tar.gz
emacs-8510724d46951d651a78424e12b93ccee100c665.zip
Remove spurious semicolons.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index f05cf841f5a..abc7b3eca76 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6626,7 +6626,7 @@ produce_charset (coding, charbuf, pos)
6626 6626
6627#define ALLOC_CONVERSION_WORK_AREA(coding) \ 6627#define ALLOC_CONVERSION_WORK_AREA(coding) \
6628 do { \ 6628 do { \
6629 int size = CHARBUF_SIZE;; \ 6629 int size = CHARBUF_SIZE; \
6630 \ 6630 \
6631 coding->charbuf = NULL; \ 6631 coding->charbuf = NULL; \
6632 while (size > 1024) \ 6632 while (size > 1024) \