diff options
Diffstat (limited to 'e-util/e-signature.c')
-rw-r--r-- | e-util/e-signature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-signature.c b/e-util/e-signature.c index 1ac5616eef..07e4b2ea33 100644 --- a/e-util/e-signature.c +++ b/e-util/e-signature.c @@ -117,7 +117,7 @@ xml_set_content (xmlNodePtr node, gchar *buf, *new_val; buf = (gchar *)xmlNodeGetContent (node); - new_val = g_strdup (buf); + new_val = g_strdup (buf); xmlFree (buf); /* We can use strcmp here whether the value is UTF8 or |