Explorar o código

* fix missing semilcolon now being caught by compiler

michael %!s(int64=7) %!d(string=hai) anos
pai
achega
0b9ba8f128
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-db/extjsdataset.pas

+ 1 - 1
packages/fcl-db/extjsdataset.pas

@@ -195,7 +195,7 @@ begin
   else
   else
     Exit(False);
     Exit(False);
   if Not isArray(O[Root]) then
   if Not isArray(O[Root]) then
-    exit(False)
+    exit(False);
   A:=TJSArray(O[Root]);
   A:=TJSArray(O[Root]);
   If A.Length=1 then
   If A.Length=1 then
     begin
     begin