$OpenBSD: patch-libgnome_gnome-config_h,v 1.1 2017/10/26 08:53:28 ajacoutot Exp $

From 33313713c4f5c1de500859ff128d6fd7e3af5722 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Mon, 7 Aug 2017 12:57:43 -0400
Subject: gnome-config.h: Fix invalid UTF-8 in header

Index: libgnome/gnome-config.h
--- libgnome/gnome-config.h.orig
+++ libgnome/gnome-config.h
@@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char *path, gboole
 #define gnome_config_private_clean_key(path) \
 	(gnome_config_clean_key_((path),TRUE))
 
-/* returns the true filename of the config file*/
+/* returns the true filename of the config file */
 #define gnome_config_get_real_path(path) \
 	(g_build_filename (gnome_user_dir_get(),(path),NULL))
 #define gnome_config_private_get_real_path(path) \
