Skip to content

Commit 379383c

Browse files
Merge branch 'develop' of https://github.com/YasufumiMuranaka/XMLReader into develop
2 parents 2ce2d92 + 00de9c7 commit 379383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XMLReader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName names
161161
self.textInProgress = [[NSMutableString alloc] init];
162162
}
163163
}
164-
164+
165165
- (void)parser:(NSXMLParser *)parser foundCharacters:(NSString *)string
166166
{
167167
// Build the text value

0 commit comments

Comments
 (0)