summaryrefslogtreecommitdiffstats
path: root/Tests/TestDriver/subdir
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-07-30 20:19:39 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-07-30 20:19:39 (GMT)
commit9ca602e18e028d4e570d81fdee648a14b0d9d67b (patch)
tree4ebdeca1ae3fb8ae9a575ead70dbcf5e59fa753b /Tests/TestDriver/subdir
parent0f6e022dcab5ab5ede08153da11fc4330c223cea (diff)
downloadCMake-9ca602e18e028d4e570d81fdee648a14b0d9d67b.zip
CMake-9ca602e18e028d4e570d81fdee648a14b0d9d67b.tar.gz
CMake-9ca602e18e028d4e570d81fdee648a14b0d9d67b.tar.bz2
updated to mods in command
Diffstat (limited to 'Tests/TestDriver/subdir')
-rw-r--r--Tests/TestDriver/subdir/test3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestDriver/subdir/test3.cxx b/Tests/TestDriver/subdir/test3.cxx
index 13cfb5e..976d6eb 100644
--- a/Tests/TestDriver/subdir/test3.cxx
+++ b/Tests/TestDriver/subdir/test3.cxx
@@ -1,5 +1,5 @@
#include <stdio.h>
-int subdir_test3(int ac, char** av)
+int subdir_test3(int ac, char*av[])
{
printf("test3\n");
for(int i =0; i < ac; i++)