1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Tobias Stoeckmann <tobias@stoeckmann.org>
Date: Tue, 16 Sep 2025 19:20:25 +0200
Subject: gutils: Fix file name in comment
The implementation can be found in gosxutils.m.
Origin: upstream, 2.86.1, commit:d30730bc71eba9570cca877a266efe1f4ef58938
---
glib/gutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/glib/gutils.c b/glib/gutils.c
index 2704636..541ad4a 100644
--- a/glib/gutils.c
+++ b/glib/gutils.c
@@ -2213,7 +2213,7 @@ g_get_user_runtime_dir (void)
#ifdef HAVE_COCOA
-/* Implemented in gutils-macos.m */
+/* Implemented in gosxutils.m */
void load_user_special_dirs_macos (gchar **table);
static void
|