From 65182bc4f274ecddf62ad94575c9375feee12120 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 18 Mar 2009 11:16:40 +0000 Subject: [PATCH] 2009-03-18 12:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/tests/speedtst.prg ! fixed typo. --- harbour/ChangeLog | 4 ++++ harbour/tests/speedtst.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ; ; [ ; ] ;