Merge branch 'struc' of git://github.com/neheb/MPD

This commit is contained in:
Max Kellermann
2021-03-04 17:50:53 +01:00
15 changed files with 49 additions and 61 deletions

View File

@@ -60,10 +60,7 @@ main(int argc, char **argv)
char first = 0;
for (const auto &i : names) {
const std::string_view name = i.first;
const TagType tag = i.second;
for (const auto &[name, tag] : names) {
if (name.front() != first) {
if (first != 0)
fprintf(out, " break;\n\n");