From fe245880fa73c36f44b3815a41fbf51559a35582 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 21 Jul 2011 00:35:14 +0300 Subject: [PATCH] * mu-util: cosmetics --- src/mu-util.c | 1 + src/mu-util.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mu-util.c b/src/mu-util.c index e2a02b94..25ece159 100644 --- a/src/mu-util.c +++ b/src/mu-util.c @@ -84,6 +84,7 @@ do_wordexp (const char *path) } + /* note, the g_debugs are commented out because this function may be * called before the log handler is installed. */ char* diff --git a/src/mu-util.h b/src/mu-util.h index 0cfc8ed4..85faadc2 100644 --- a/src/mu-util.h +++ b/src/mu-util.h @@ -142,6 +142,7 @@ gboolean mu_util_is_local_file (const char* path); */ gboolean mu_util_locale_is_utf8 (void) G_GNUC_CONST; + /** * write a string (assumed to be in utf8-format) to a stream, * converted to the current locale