2009-03-18 12:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/tests/speedtst.prg
    ! fixed typo.
This commit is contained in:
Przemyslaw Czerpak
2009-03-18 11:16:40 +00:00
parent 2ec4c76d15
commit 65182bc4f2
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -109,7 +109,7 @@
[ <init> ; ] ;
time := secondscpu() ; ;
for i:=1 to N_LOOPS ; ;
[ ( <testExp> ) ] ; ;
[ ( <testExp> ) ; ] ;
next ; ;
time := secondscpu() - time ; ;
[ <exit> ; ] ;