]> diplodocus.org Git - nmh/blobdiff - sbr/mime_type.c
Various IMAP protocol improvements
[nmh] / sbr / mime_type.c
index 016947aa222ad6bb62d6d75e1c9e6db847a2bb44..4e3ebbb797c84faf630e954e55c25b2374d90fd4 100644 (file)
@@ -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;