IDE: fpc params: assembler style: add missing space

git-svn-id: branches/fixes_1_4@48936 -
This commit is contained in:
mattias 2015-05-05 18:06:31 +00:00
parent 44faf4bfd0
commit 73c6d3d245

View File

@ -2802,9 +2802,9 @@ begin
{ Assembler reading style -Ratt = AT&T -Rintel = Intel -Rdirect = direct }
case AssemblerStyle of
1: switches := switches + '-Rintel';
2: switches := switches + '-Ratt';
3: switches := switches + '-Rdirect';
1: switches := switches + ' -Rintel';
2: switches := switches + ' -Ratt';
3: switches := switches + ' -Rdirect';
end;
// Syntax Options