Explorar o código

Fixed config.inc bug on $ELSE statement

PascalCoinDev %!s(int64=2) %!d(string=hai) anos
pai
achega
a18fb0f4f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/config.inc

+ 1 - 1
src/config.inc

@@ -149,7 +149,7 @@ ERROR: You must select ONLY ONE option: Use_OpenSSL or Use_CryptoLib4Pascal
       {$UNDEF IS32BITS}
       {$DEFINE IS64BITS}
     {$ENDIF}
-  {ELSE}
+  {$ELSE}
     {$IFDEF CPU32BITS}
       {$DEFINE IS32BITS}
       {$UNDEF IS64BITS}