Merge branch 'amolenaar/fix-content-typo' into 'main'

macos: Remove extraneous space from type identifier

See merge request GNOME/glib!4373
This commit is contained in:
Philip Withnall 2024-11-04 17:02:22 +00:00
commit 705832f269

View File

@ -400,7 +400,7 @@ g_content_type_from_mime_type_impl (const gchar *mime_type)
if (g_str_has_suffix (mime_type, "x-tga"))
return g_strdup ("com.truevision.tga-image");
if (g_str_has_suffix (mime_type, "x-ico"))
return g_strdup ("com.microsoft.ico ");
return g_strdup ("com.microsoft.ico");
}
/* These are also not supported...