tag/handler: use CamelCase
This commit is contained in:
@@ -286,7 +286,7 @@ sidplay_file_decode(Decoder &decoder, Path path_fs)
|
||||
|
||||
static bool
|
||||
sidplay_scan_file(Path path_fs,
|
||||
const struct tag_handler *handler, void *handler_ctx)
|
||||
const TagHandler *handler, void *handler_ctx)
|
||||
{
|
||||
const auto container = ParseContainerPath(path_fs);
|
||||
const unsigned song_num = container.track;
|
||||
|
||||
Reference in New Issue
Block a user