Browse Source

* fix missing semilcolon now being caught by compiler

michael 7 years ago
parent
commit
0b9ba8f128
1 changed files with 1 additions and 1 deletions
  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