diff options
Diffstat (limited to 'testEncoding.cxx')
-rw-r--r-- | testEncoding.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testEncoding.cxx b/testEncoding.cxx index 1d605cb..3acb6c8 100644 --- a/testEncoding.cxx +++ b/testEncoding.cxx @@ -266,7 +266,7 @@ static int testToWindowsExtendedPath() #endif } -int testEncoding(int, char* []) +int testEncoding(int, char*[]) { const char* loc = setlocale(LC_ALL, ""); if (loc) { |