diff options
Diffstat (limited to 'src/tests/fstring.cpp')
-rw-r--r-- | src/tests/fstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/fstring.cpp b/src/tests/fstring.cpp index 271738c..92f8cc4 100644 --- a/src/tests/fstring.cpp +++ b/src/tests/fstring.cpp | |||
@@ -18,7 +18,7 @@ void thing( FString str ) | |||
18 | } | 18 | } |
19 | 19 | ||
20 | #define pem printf("---------\n%08X: %s\n%08X: %s\n", (unsigned int)str.c_str(), str.c_str(), (unsigned int)str2.c_str(), str2.c_str() ); | 20 | #define pem printf("---------\n%08X: %s\n%08X: %s\n", (unsigned int)str.c_str(), str.c_str(), (unsigned int)str2.c_str(), str2.c_str() ); |
21 | int main( int argc, char *argv ) | 21 | int main( int argc, char **argv ) |
22 | { | 22 | { |
23 | FString str("th"); | 23 | FString str("th"); |
24 | 24 | ||