This commit is contained in:
Nikita Ivanov 2022-07-14 23:03:47 +05:00
parent a187ad9dde
commit 93cbb7c375
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -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;