summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testXMLSafe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeLib/testXMLSafe.cxx')
-rw-r--r--Tests/CMakeLib/testXMLSafe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLib/testXMLSafe.cxx b/Tests/CMakeLib/testXMLSafe.cxx
index dc62eb9..f0bd9c9 100644
--- a/Tests/CMakeLib/testXMLSafe.cxx
+++ b/Tests/CMakeLib/testXMLSafe.cxx
@@ -25,7 +25,7 @@ static test_pair const pairs[] = {
{ nullptr, nullptr }
};
-int testXMLSafe(int /*unused*/, char* /*unused*/ [])
+int testXMLSafe(int /*unused*/, char* /*unused*/[])
{
int result = 0;
for (test_pair const* p = pairs; p->in; ++p) {