lcl: fixed typo

git-svn-id: trunk@29627 -
This commit is contained in:
mattias 2011-02-21 08:49:40 +00:00
parent 89a95ef754
commit bc73d24d7e

View File

@ -34,7 +34,7 @@ else if LCLWidgetType='carbon' then begin
+base+'pascocoa/foundation';
IncPath := UnitPath;
end else if LCLWidgetType='cocoa' then begin
CustomOptions := '-dcocoa'
CustomOptions := '-dcocoa';
end else if LCLWidgetType='wince' then begin
CustomOptions := '-dDisableChecks';
end else if LCLWidgetType='fpgui' then begin