Browse Source

* typo fixed

florian 1 year ago
parent
commit
0eeba27df6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/hash/src/sha1.pp

+ 1 - 1
packages/hash/src/sha1.pp

@@ -97,7 +97,7 @@ const
       {$i sha1i386.inc}
       {$i sha1i386.inc}
       {$define SHA1ASM}
       {$define SHA1ASM}
     {$endif CPUX86_HAS_BSWAP}
     {$endif CPUX86_HAS_BSWAP}
-  {$else if defined(CPUX64)}
+  {$elseif defined(CPUX64)}
     {$IFDEF MSWINDOWS}
     {$IFDEF MSWINDOWS}
       // Microsoft Windows uses a different calling convention to the System V ABI
       // Microsoft Windows uses a different calling convention to the System V ABI
       {$i sha1x64_win.inc}
       {$i sha1x64_win.inc}