1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-20 04:30:55 -08:00

Remove spurious semicolons.

This commit is contained in:
Juanma Barranquero 2009-02-11 09:45:12 +00:00
parent abab01f2e8
commit 8510724d46
8 changed files with 28 additions and 18 deletions

View file

@ -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) \