Procházet zdrojové kódy

* forgotten " added

git-svn-id: trunk@49109 -
florian před 4 roky
rodič
revize
f879d76491
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}