X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/69819af4834557e60c33bb378e29cf3d4e8269f8..1ed08ad2184ac38d0a80e9a8146f378fb297c6a9:/sbr/mime_type.c diff --git a/sbr/mime_type.c b/sbr/mime_type.c index 016947aa..4e3ebbb7 100644 --- a/sbr/mime_type.c +++ b/sbr/mime_type.c @@ -20,7 +20,8 @@ static char *get_file_info(const char *, const char *); * is responsible for free'ing returned memory. */ char * -mime_type(const char *file_name) { +mime_type(const char *file_name) +{ char *content_type = NULL; /* mime content type */ char *p;