* reverted r12575

git-svn-id: trunk@12579 -
This commit is contained in:
ivost 2009-01-20 18:46:13 +00:00
parent cd00ccbb6d
commit 1f1e198c48

View File

@ -332,7 +332,7 @@ end;
function get_crc_table:pointer;inline;
begin
get_crc_table:=crc.get_crc32_table;
get_crc_table:=crc.get_crc_table;
end;
end.