* fixed timer unit name

git-svn-id: trunk@11476 -
This commit is contained in:
florian 2008-07-28 16:18:42 +00:00
parent daedb7d82e
commit 0a6887a874

View File

@ -1,6 +1,6 @@
{$mode objfpc}
uses
stopuhr,md5;
timer,md5;
const
@ -23,4 +23,5 @@ begin
for j:=low(Strings) to high(Strings) do
MDString(Strings[j],MD_VERSION_5);
stop;
writeln;
end.