summaryrefslogtreecommitdiffstats
path: root/bus/config-loader-expat.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/config-loader-expat.c')
-rw-r--r--bus/config-loader-expat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/config-loader-expat.c b/bus/config-loader-expat.c
index a3740a48..9988fb69 100644
--- a/bus/config-loader-expat.c
+++ b/bus/config-loader-expat.c
@@ -166,7 +166,7 @@ BusConfigParser*
bus_config_load (const DBusString *file,
DBusError *error)
{
- XML_Parser *expat;
+ XML_Parser expat;
const char *filename;
BusConfigParser *parser;
ExpatParseContext context;