浏览代码

+ add missing "else" in r26558 to fix build

git-svn-id: trunk@26559 -
Károly Balogh 11 年之前
父节点
当前提交
e6db32e192
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 1
packages/fpmkunit/src/fpmkunit.pp

@@ -2208,7 +2208,7 @@ function GetImportLibraryFilename(const UnitName: string; AOS: TOS): string;
 begin
   if AOS in [go32v2,watcom] then
     Result := 'libimp'+UnitName
-  if AOS in [os2,emx] then
+  else if AOS in [os2,emx] then
     Result := UnitName
   else if AOS in [netware,netwlibc,macos] then
     Result := 'lib'+UnitName