aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPStringAdditions.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPStringAdditions.m')
-rw-r--r--Source/SPStringAdditions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPStringAdditions.m b/Source/SPStringAdditions.m
index 029330d0..dfc71fb3 100644
--- a/Source/SPStringAdditions.m
+++ b/Source/SPStringAdditions.m
@@ -186,7 +186,7 @@
theChar += 13;
}
- [holder appendFormat:@"%C", (char)theChar];
+ [holder appendFormat:@"%C", theChar];
}
else if (theChar <= 90 && theChar >= 65) {