aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2009-02-11 09:45:12 +0000
committerJuanma Barranquero <[email protected]>2009-02-11 09:45:12 +0000
commit8510724d46951d651a78424e12b93ccee100c665 (patch)
treeb04b98a8aa0cd962eac5de05dab0e81f120d3473 /src/coding.c
parentabab01f2e81262d65221d02b0cf525679bd8b7a7 (diff)
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 f05cf841f5..abc7b3eca7 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6626,7 +6626,7 @@ produce_charset (coding, charbuf, pos)
#define ALLOC_CONVERSION_WORK_AREA(coding) \
do { \
- int size = CHARBUF_SIZE;; \
+ int size = CHARBUF_SIZE; \
\
coding->charbuf = NULL; \
while (size > 1024) \