소스 검색

* 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