summaryrefslogtreecommitdiff
path: root/MLKReader.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKReader.m')
-rw-r--r--MLKReader.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKReader.m b/MLKReader.m
index 9664784..b1d00c3 100644
--- a/MLKReader.m
+++ b/MLKReader.m
@@ -95,7 +95,7 @@
if ([readtable isMultipleEscapeCharacter:ch])
{
- token = [NSMutableString stringWithCapacity:8];
+ token = [NSMutableString stringWithCapacity:8];
escaped = YES;
}