From 635341877ff22751cee40cd3f92aa5863c0f54b3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 27 Dec 2006 04:29:27 +0000 Subject: [PATCH] Improve formatting of docs. 2006-12-26 Matthias Clasen * glib/gconvert.c (g_get_filename_charsets): Improve formatting of docs. --- ChangeLog | 5 +++++ glib/gconvert.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 438c94f..f6c9578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-26 Matthias Clasen + + * glib/gconvert.c (g_get_filename_charsets): Improve + formatting of docs. + 2006-12-26 Behdad Esfahbod * configure.in: Use libtool to determine shared library suffix. diff --git a/glib/gconvert.c b/glib/gconvert.c index e5b476b..0d27ed0 100644 --- a/glib/gconvert.c +++ b/glib/gconvert.c @@ -1144,8 +1144,8 @@ filename_charset_cache_free (gpointer data) * used in the GLib API is always UTF-8 and said environment variables * have no effect. * - * G_FILENAME_ENCODING may be set to a comma-separated list - * of character set names. The special token "@locale" is taken to mean the + * G_FILENAME_ENCODING may be set to a comma-separated list of + * character set names. The special token "@locale" is taken to mean the * character set for the current locale. If G_FILENAME_ENCODING * is not set, but G_BROKEN_FILENAMES is, the character set of * the current locale is taken as the filename encoding. If neither environment -- 2.7.4