瀏覽代碼

* forgotten " added

git-svn-id: trunk@49109 -
florian 4 年之前
父節點
當前提交
f879d76491
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -601,7 +601,7 @@ const
       for controllertype:=low(tcontrollertype) to high(tcontrollertype) do
         if embedded_controllers[controllertype].ControllerTypeStr<>'' then
           WriteLn(xmloutput,'      <controllertype name="',embedded_controllers[controllertype].ControllerTypeStr,
-            ' controllerunit="',embedded_controllers[controllertype].controllerunitstr, '"/>');
+            '" controllerunit="',embedded_controllers[controllertype].controllerunitstr, '"/>');
       WriteLn(xmloutput,'    </controllertypes>');
      end;
 {$POP}