X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fwispr.c;h=122bea501324e7b7c39bd8fa73d3e64a41c0bb71;hb=26806995a25bcdb296357ec90a4be6a9e5a88f46;hp=69ee8718b7a377ad9ca55a5aebad7b81c9c6f8dc;hpb=b8c2d89807d52df8042122c51a6b421ee2dbe374;p=framework%2Fconnectivity%2Fconnman.git diff --git a/tools/wispr.c b/tools/wispr.c index 69ee871..122bea5 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); }