mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
Remove an unreachable statement.
This commit is contained in:
parent
83ffc87598
commit
bc8b60ea46
@ -121,8 +121,6 @@ TagLib_File *taglib_file_new_type(const char *filename, TagLib_File_Type type)
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void taglib_file_free(TagLib_File *file)
|
||||
|
Loading…
Reference in New Issue
Block a user