* coding.c (coding_set_source, coding_set_destination):
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 01:41:19 +0000 (17:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 01:41:19 +0000 (17:41 -0800)
commitf38b440c4b40777c25631323f2501ffb5ba98251
tree8d59b708eaea03a6244c39d1f4e3693eef7f9f78
parent0ac2c2991c1cba4e3c6e5f7b62c7d61b01d69994
* coding.c (coding_set_source, coding_set_destination):

Use "else { /* comment */ }" rather than "else /* comment */;"
for clarity, and to avoid gcc -Wempty-body warning.
src/ChangeLog
src/coding.c