diff --git a/src/mu-output.c b/src/mu-output.c index eefe074c..7b81ad05 100644 --- a/src/mu-output.c +++ b/src/mu-output.c @@ -236,7 +236,7 @@ print_attr_xml (const char* elm, const char *str) if (!str || strlen(str) == 0) return; /* empty: don't include */ - esc = g_markup_escape_text (str, -1); + esc = g_markup_escape_text (str, -1); g_print ("\t\t<%s>%s\n", elm, esc, elm); g_free (esc); } diff --git a/src/mu-str.c b/src/mu-str.c index 47648abb..5f76ce65 100644 --- a/src/mu-str.c +++ b/src/mu-str.c @@ -411,3 +411,4 @@ mu_str_escape_c_literal (const gchar* str) return g_string_free (tmp, FALSE); } +