Parcourir la source

* forgotten " added

git-svn-id: trunk@49109 -
florian il y a 4 ans
Parent
commit
f879d76491
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

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