Browse Source

* fixed typo

git-svn-id: trunk@11929 -
marco 17 năm trước cách đây
mục cha
commit
0518f65f63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ide/fpdebug.pas

+ 1 - 1
ide/fpdebug.pas

@@ -543,7 +543,7 @@ begin
 {$endif Windows}
       st[i]:='/';
 {$ifdef Windows}
-  {$ifdef USE_MINGW_GDB} // see mantis 11968 because of mingw build. MvdV
+  {$ifndef USE_MINGW_GDB} // see mantis 11968 because of mingw build. MvdV
 { for Windows we should convert e:\ into //e/ PM }
   if (length(st)>2) and (st[2]=':') and (st[3]='/') then
     st:=CygDrivePrefix+'/'+st[1]+copy(st,3,length(st));