فهرست منبع

* fix missing semilcolon now being caught by compiler

michael 7 سال پیش
والد
کامیت
0b9ba8f128
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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