diff --git a/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index 2f6856e5..ef5a5c5e 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -75,7 +75,7 @@ int CmdSummary ( } // Map tags to colors. - Color colorID (rules.getBoolean("color") ? rules.get ("theme.colors.ids") : ""); + Color colorID (rules.getBoolean ("color") ? rules.get ("theme.colors.ids") : ""); auto ids = findHint (cli, ":ids"); auto show_annotation = findHint (cli, ":annotations"); @@ -153,7 +153,7 @@ int CmdSummary ( table.set (row, 3, format ("@{1}", track.id), colorID); } - table.set (row, (ids ? 4 : 3), tags, summaryIntervalColor(rules, track.tags())); + table.set (row, (ids ? 4 : 3), tags, summaryIntervalColor (rules, track.tags ())); if (show_annotation) {