aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_string.h')
-rw-r--r--engines/titanic/true_talk/tt_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/tt_string.h b/engines/titanic/true_talk/tt_string.h
index 5b12d93418..69a94f6bf6 100644
--- a/engines/titanic/true_talk/tt_string.h
+++ b/engines/titanic/true_talk/tt_string.h
@@ -39,7 +39,7 @@ struct TTstringData {
};
enum TTstringStatus {
- SS_VALID = 0, SS_1 = 1, SS_2 = 2, SS_3 = 3, SS_4 = 4,
+ SS_VALID = 0, SS_1 = 1, SS_2 = 2, SS_3 = 3, SS_4 = 4,
SS_5 = 5, SS_7 = 7, SS_8 = 8, SS_11 = 11, SS_13 = 13
};
@@ -127,7 +127,7 @@ public:
* Get a char * pointer to the string data
*/
const char *c_str() const { return _data->_string.c_str(); }
-
+
/**
* Automatic operator to convert to a const char *
*/