diff options
Diffstat (limited to 'baseline/source/susan/susan.c')
-rw-r--r-- | baseline/source/susan/susan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baseline/source/susan/susan.c b/baseline/source/susan/susan.c index fb990b1..4bc4cb8 100644 --- a/baseline/source/susan/susan.c +++ b/baseline/source/susan/susan.c | |||
@@ -2002,7 +2002,7 @@ int susan_return( void ) | |||
2002 | int main( int argc, char **argv ) | 2002 | int main( int argc, char **argv ) |
2003 | { | 2003 | { |
2004 | SET_UP | 2004 | SET_UP |
2005 | for (jobsComplete=-1; jobsComplete<maxJobs; jobsComplete++){ | 2005 | for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ |
2006 | START_LOOP | 2006 | START_LOOP |
2007 | susan_init(); | 2007 | susan_init(); |
2008 | susan_main(); | 2008 | susan_main(); |