tag/handler: use CamelCase
This commit is contained in:
@@ -187,7 +187,7 @@ mikmod_decoder_file_decode(Decoder &decoder, Path path_fs)
|
||||
|
||||
static bool
|
||||
mikmod_decoder_scan_file(Path path_fs,
|
||||
const struct tag_handler *handler, void *handler_ctx)
|
||||
const TagHandler *handler, void *handler_ctx)
|
||||
{
|
||||
/* deconstify the path because libmikmod wants a non-const
|
||||
string pointer */
|
||||
|
||||
Reference in New Issue
Block a user