diff --git a/src/preview.c b/src/preview.c index 3a631b0..5d230e2 100644 --- a/src/preview.c +++ b/src/preview.c @@ -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;