diff src/coding.c @ 101943:97c9e9322753

Remove spurious semicolons.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 11 Feb 2009 09:45:12 +0000
parents 4c1349cf5b50
children 4d3a5c88cb2b
line wrap: on
line diff
--- a/src/coding.c	Wed Feb 11 09:22:59 2009 +0000
+++ b/src/coding.c	Wed Feb 11 09:45:12 2009 +0000
@@ -6626,7 +6626,7 @@
 
 #define ALLOC_CONVERSION_WORK_AREA(coding)				\
   do {									\
-    int size = CHARBUF_SIZE;;						\
+    int size = CHARBUF_SIZE;						\
     									\
     coding->charbuf = NULL;						\
     while (size > 1024)							\