mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-04-01 10:36:02 +02: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];
|
*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;
|
Preview *p;
|
||||||
const char *rext;
|
const char *rext;
|
||||||
|
Loading…
Reference in New Issue
Block a user