summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/wispr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wispr.c b/tools/wispr.c
index 69ee8718..122bea50 100644
--- a/tools/wispr.c
+++ b/tools/wispr.c
@@ -290,7 +290,7 @@ static void parser_callback(const char *str, gpointer user_data)
result = g_markup_parse_context_parse(context, str, strlen(str), NULL);
if (result == TRUE)
- result = g_markup_parse_context_end_parse(context, NULL);
+ g_markup_parse_context_end_parse(context, NULL);
g_markup_parse_context_free(context);
}