Browse Source

* reverted r12575

git-svn-id: trunk@12579 -
ivost 16 years ago
parent
commit
1f1e198c48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/paszlib/src/paszlib.pas

+ 1 - 1
packages/paszlib/src/paszlib.pas

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