From 6cb13b153c5f8c4854eeb0d6a07678c4560da8c2 Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Mon, 28 Oct 2024 20:44:19 +0100 Subject: [PATCH] macos: Remove extraous space from type identifier --- gio/gcontenttype-osx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gcontenttype-osx.m b/gio/gcontenttype-osx.m index b498380cd..ed99123b4 100644 --- a/gio/gcontenttype-osx.m +++ b/gio/gcontenttype-osx.m @@ -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...