Commit cedf84d35ab127dd24f9bcbf8b8339518d0e8928

Nico Weber 2012-03-05T16:36:59

Fix -Wempty-body warning from clang clang recently grew a warning on `for (...);`. This patch fixes all two instances of this pattern in libxml. The changes don't modify the code semantic.