Преглед изворни кода

BUG: Removed generation of stray paren.

Brad King пре 23 година
родитељ
комит
ab2fdaa8fa
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      Source/cmExportLibraryDependencies.cxx

+ 0 - 2
Source/cmExportLibraryDependencies.cxx

@@ -100,8 +100,6 @@ void cmExportLibraryDependenciesCommand::FinalPass()
         }
         }
       }
       }
     }
     }
-  fout << ")" << std::endl;
   fout.close();
   fout.close();
   return;
   return;
 }
 }
-