summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/xmlfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/xmlfile.c')
-rw-r--r--src/lib/util/xmlfile.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/util/xmlfile.c b/src/lib/util/xmlfile.c
index 94abcd6a199..de544c5810a 100644
--- a/src/lib/util/xmlfile.c
+++ b/src/lib/util/xmlfile.c
@@ -46,7 +46,7 @@
CONSTANTS
***************************************************************************/
-#define TEMP_BUFFER_SIZE 4096
+#define TEMP_BUFFER_SIZE 4096
@@ -56,10 +56,10 @@
struct xml_parse_info
{
- XML_Parser parser;
- xml_data_node * rootnode;
- xml_data_node * curnode;
- UINT32 flags;
+ XML_Parser parser;
+ xml_data_node * rootnode;
+ xml_data_node * curnode;
+ UINT32 flags;
};