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:
parent
abab01f2e8
commit
8510724d46
8 changed files with 28 additions and 18 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue