Explorar el Código

* fix missing semilcolon now being caught by compiler

michael hace 7 años
padre
commit
0b9ba8f128
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-db/extjsdataset.pas

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

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