From 70be36c97a8cd598af061eb9ac5a9a5852858682 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 16 Oct 2007 19:42:05 +0100 Subject: Fix compilation errors with extra maintainer CFLAGS --- json-glib/json-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json-glib/json-parser.c') diff --git a/json-glib/json-parser.c b/json-glib/json-parser.c index 19ff5c8..ce83b36 100644 --- a/json-glib/json-parser.c +++ b/json-glib/json-parser.c @@ -701,11 +701,11 @@ json_parse_statement (JsonParser *parser, static void json_scanner_msg_handler (GScanner *scanner, gchar *message, - gboolean error) + gboolean is_error) { JsonParser *parser = scanner->user_data; - if (error) + if (is_error) { GError *error = NULL; -- cgit v1.2.1