Pārlūkot izejas kodu

* fixed accidentally committed (harmless) typo in r32202

git-svn-id: trunk@32226 -
Jonas Maebe 9 gadi atpakaļ
vecāks
revīzija
c8839d487b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/widestr.pas

+ 1 - 1
compiler/widestr.pas

@@ -345,7 +345,7 @@ unit widestr;
       var
       var
         p2: pchar;
         p2: pchar;
         i, chars, codepointlen: sizeint;
         i, chars, codepointlen: sizeint;
-      {$ENDIF FPC_HAS_CPSRING}
+      {$ENDIF FPC_HAS_CPSTRING}
       begin
       begin
 {$IFDEF FPC_HAS_CPSTRING}
 {$IFDEF FPC_HAS_CPSTRING}
         if len=0 then
         if len=0 then