diff options
Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ void add_mimetype(const char *name, const char *value) | |||
| 22 | { | 22 | { |
| 23 | struct string_list_item *item; | 23 | struct string_list_item *item; |
| 24 | 24 | ||
| 25 | item = string_list_insert(xstrdup(name), &ctx.cfg.mimetypes); | 25 | item = string_list_insert(&ctx.cfg.mimetypes, xstrdup(name)); |
| 26 | item->util = xstrdup(value); | 26 | item->util = xstrdup(value); |
| 27 | } | 27 | } |
| 28 | 28 | ||
