summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/statemate/statemate.c
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/statemate/statemate.c')
-rw-r--r--all_pairs/source/statemate/statemate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/all_pairs/source/statemate/statemate.c b/all_pairs/source/statemate/statemate.c
index 379366a..00491e5 100644
--- a/all_pairs/source/statemate/statemate.c
+++ b/all_pairs/source/statemate/statemate.c
@@ -1274,7 +1274,7 @@ void _Pragma ( "entrypoint" ) statemate_main( void )
1274int main ( int argc, char **argv ) 1274int main ( int argc, char **argv )
1275{ 1275{
1276 SET_UP 1276 SET_UP
1277 for (jobsComplete=-1; jobsComplete<maxJobs; jobsComplete++){ 1277 for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){
1278 START_LOOP 1278 START_LOOP
1279 statemate_init(); 1279 statemate_init();
1280 statemate_main(); 1280 statemate_main();