macos: Remove extraous space from type identifier

This commit is contained in:
Arjan Molenaar 2024-10-28 20:44:19 +01:00 committed by Philip Withnall
parent 7abfef8e06
commit 6cb13b153c

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")) if (g_str_has_suffix (mime_type, "x-tga"))
return g_strdup ("com.truevision.tga-image"); return g_strdup ("com.truevision.tga-image");
if (g_str_has_suffix (mime_type, "x-ico")) 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... /* These are also not supported...