diff --git a/tools/cueprint.c b/tools/cueprint.c index 63ad902..a37106e 100644 --- a/tools/cueprint.c +++ b/tools/cueprint.c @@ -375,6 +375,7 @@ int main (int argc, char **argv) else if (0 == strcmp("toc", optarg)) format = TOC; break; + /* TODO add track selection */ case 'd': d_template = optarg; break;