summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCharacterSet.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLCharacterSet.m')
-rw-r--r--SmartDeviceLink/SDLCharacterSet.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLCharacterSet.m b/SmartDeviceLink/SDLCharacterSet.m
index 2b0d4a820..64733c0dc 100644
--- a/SmartDeviceLink/SDLCharacterSet.m
+++ b/SmartDeviceLink/SDLCharacterSet.m
@@ -4,7 +4,7 @@
#import "SDLCharacterSet.h"
-SDLCharacterSet const SDLCharacterSetType2Set = @"TYPE2SET";
-SDLCharacterSet const SDLCharacterSetType5Set = @"TYPE5SET";
-SDLCharacterSet const SDLCharacterSetCID1Set = @"CID1SET";
-SDLCharacterSet const SDLCharacterSetCID2Set = @"CID2SET";
+SDLCharacterSet const SDLCharacterSetType2 = @"TYPE2SET";
+SDLCharacterSet const SDLCharacterSetType5 = @"TYPE5SET";
+SDLCharacterSet const SDLCharacterSetCID1 = @"CID1SET";
+SDLCharacterSet const SDLCharacterSetCID2 = @"CID2SET";