From: Matthias Clasen Date: Wed, 27 Dec 2006 04:29:27 +0000 (+0000) Subject: Improve formatting of docs. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=635341877ff22751cee40cd3f92aa5863c0f54b3;p=dana%2Fcg-glib.git Improve formatting of docs. 2006-12-26 Matthias Clasen * glib/gconvert.c (g_get_filename_charsets): Improve formatting of docs. --- diff --git a/ChangeLog b/ChangeLog index 438c94f9..f6c95782 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 e5b476ba..0d27ed0f 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