diff options
Diffstat (limited to 'testSystemTools.cxx')
-rw-r--r-- | testSystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testSystemTools.cxx b/testSystemTools.cxx index 487da8d..8afcb68 100644 --- a/testSystemTools.cxx +++ b/testSystemTools.cxx @@ -1209,7 +1209,7 @@ static bool CheckSplitString() return ret; } -int testSystemTools(int, char* []) +int testSystemTools(int, char*[]) { bool res = true; |