Browse Source

* fix typo for endif VER3_0_0, patch by Maciej Izak

git-svn-id: trunk@34999 -
florian 8 years ago
parent
commit
3faff7946d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/dynarr.inc

+ 1 - 1
rtl/inc/dynarr.inc

@@ -34,7 +34,7 @@ type
       thus use packed also in this case }
     {$ifdef VER3_0_0}
       packed
-    {$endif VER"_0_0}
+    {$endif VER3_0_0}
   {$endif powerpc64}
 
 {$endif FPC_REQUIRES_PROPER_ALIGNMENT}