Browse Source

fcl-passrc: fixed unique number

mattias 1 year ago
parent
commit
2d40736203
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/pastojs/src/pas2jsfiler.pp

+ 1 - 1
packages/pastojs/src/pas2jsfiler.pp

@@ -1680,7 +1680,7 @@ begin
     msMultiHelpers: Result:=49;
     msImplicitFunctionSpec: Result:=50;
     msMultiLineStrings: Result:=51;
-    msDelphiMultiLineStrings: Result:=51;
+    msDelphiMultiLineStrings: Result:=52;
   end;
 end;