summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango/querymodules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/querymodules.c b/pango/querymodules.c
index fc0fbe4b..8eb32fc7 100644
--- a/pango/querymodules.c
+++ b/pango/querymodules.c
@@ -60,7 +60,7 @@ string_needs_escape (const char *str)
static char *
escape_string (const char *str)
{
- GString *result = g_string_new ("");
+ GString *result = g_string_new (NULL);
while (TRUE)
{