diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c4306a8fb6..d271c56a32 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-18 12:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/tests/speedtst.prg + ! fixed typo. + 2009-03-18 11:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg ! Enabled lib grouping for minwgce. diff --git a/harbour/tests/speedtst.prg b/harbour/tests/speedtst.prg index 1d532cfe2c..08fe2fa23a 100644 --- a/harbour/tests/speedtst.prg +++ b/harbour/tests/speedtst.prg @@ -109,7 +109,7 @@ [ ; ] ; time := secondscpu() ; ; for i:=1 to N_LOOPS ; ; - [ ( ) ] ; ; + [ ( ) ; ] ; next ; ; time := secondscpu() - time ; ; [ ; ] ;