Explorar o código

Fix error in previous commit

git-svn-id: trunk@22491 -
pierre %!s(int64=13) %!d(string=hai) anos
pai
achega
c2a6fbbae3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -605,7 +605,7 @@ Implementation
            Replace(result,'$OBJ',maybequoted(ObjFileName));
          end;
          if (cs_create_pic in current_settings.moduleswitches) then
-           Replace(result,'$PIC','-K PIC');
+           Replace(result,'$PIC','-K PIC')
          else
            Replace(result,'$PIC','');
          if (cs_asm_source in current_settings.globalswitches) then