diff options
Diffstat (limited to 'gdb/xml-support.c')
-rw-r--r-- | gdb/xml-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xml-support.c b/gdb/xml-support.c index 8b79d69..eaf99ef 100644 --- a/gdb/xml-support.c +++ b/gdb/xml-support.c @@ -26,7 +26,7 @@ #include <string> /* Debugging flag. */ -static int debug_xml; +static bool debug_xml; /* The contents of this file are only useful if XML support is available. */ |