Changed '*p++' to 'p++'

This commit is contained in:
2005-10-08 07:29:15 +00:00
parent 2f3edffda0
commit 6e9bd4a774
+1 -1
View File
@@ -1118,7 +1118,7 @@ PMXML_NODE mxml_parse_buffer(char *buf, char *error, int error_size)
end_element = FALSE;
/* found new element */
*p++;
p++;
while (*p && isspace(*p)) {
if (*p == '\n')
line_number++;