X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/379e80e3a83481d3639c5d312eeddcce57c486b2..6940b23b9e4698ba466a4616e4de77b986560ad3:/cgit.c diff --git a/cgit.c b/cgit.c index 4f2c752..d6146e2 100644 --- a/cgit.c +++ b/cgit.c @@ -22,7 +22,7 @@ void add_mimetype(const char *name, const char *value) { struct string_list_item *item; - item = string_list_insert(xstrdup(name), &ctx.cfg.mimetypes); + item = string_list_insert(&ctx.cfg.mimetypes, xstrdup(name)); item->util = xstrdup(value); }