X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemlibrary.cpp;h=61bd810fa10931d6953febdc56526b69725e11d7;hb=632361796a7ddadf8a726526c937fab22281fb7b;hp=58eaea7087a095246aba7e2a7e496a2177158b56;hpb=83d2a8a39e0a09733ffc666d7f885fc328b831f2;p=builder.git diff --git a/source/systemlibrary.cpp b/source/systemlibrary.cpp index 58eaea7..61bd810 100644 --- a/source/systemlibrary.cpp +++ b/source/systemlibrary.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "systemlibrary.h" @@ -19,7 +12,7 @@ SystemLibrary::SystemLibrary(Builder &b, const FS::Path &p): string SystemLibrary::extract_libname(const FS::Path &p) { - string result=FS::basepart(FS::basename(p)); + string result = FS::basepart(FS::basename(p)); if(!result.compare(0, 3, "lib")) result.erase(0, 3); return result;