diff options
Diffstat (limited to 'src/tests/utf.cpp')
-rw-r--r-- | src/tests/utf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/utf.cpp b/src/tests/utf.cpp index 01bac7e..3418e68 100644 --- a/src/tests/utf.cpp +++ b/src/tests/utf.cpp | |||
@@ -2,7 +2,7 @@ | |||
2 | #include <bu/string.h> | 2 | #include <bu/string.h> |
3 | #include <bu/utfstring.h> | 3 | #include <bu/utfstring.h> |
4 | 4 | ||
5 | int main( int argc, char *argv[] ) | 5 | int main() |
6 | { | 6 | { |
7 | Bu::File fIn("utf8.in", Bu::File::Read ); | 7 | Bu::File fIn("utf8.in", Bu::File::Read ); |
8 | Bu::String sUtf8; | 8 | Bu::String sUtf8; |