mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
Minor
This commit is contained in:
parent
a187ad9dde
commit
93cbb7c375
@ -86,7 +86,8 @@ static void break_mimetype(char *mimetype, char **type, char **subtype)
|
||||
*subtype = &s[1];
|
||||
}
|
||||
|
||||
static Preview *find_preview(const char *type, const char *subtype, const char *ext, size_t *i)
|
||||
static Preview *find_preview(const char *type, const char *subtype,
|
||||
const char *ext, size_t *i)
|
||||
{
|
||||
Preview *p;
|
||||
const char *rext;
|
||||
|
Loading…
Reference in New Issue
Block a user