aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-12 16:47:25 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-12 16:47:25 +0000
commit7498101ed74a0f9f92092cd36cd34c923105c9ae (patch)
treeb706d66cb9f1d58c9e694d6fcfb9c77e2b3230ed /src/patch/test_patch_system.cc
parent2a37ecbdc7119e2ae7de3ce10561c6aec7169a71 (diff)
syntax bugfix in last checkin
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@320 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/test_patch_system.cc')
-rw-r--r--src/patch/test_patch_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/test_patch_system.cc b/src/patch/test_patch_system.cc
index 91a3edb..39c9c1c 100644
--- a/src/patch/test_patch_system.cc
+++ b/src/patch/test_patch_system.cc
@@ -253,7 +253,7 @@ if (argc >= 8)
printf("##");
- for (int ap < 0 ; ap < argc ; ++ap)
+ for (int ap = 0 ; ap < argc ; ++ap)
{
printf("%s", argv[ap]);
}