X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=stdlib%2Fqsort.c;h=d225832125ef8a8a2928210575b1acc17b4e0f93;hb=5a82c74822d3272df2f5929133680478c0cfb4bd;hp=17c42b3112710cc928cc232667586baee2cd7577;hpb=1b7f04070bd94f259e2ed24d6fb76309d64fb164;p=thirdparty%2Fglibc.git diff --git a/stdlib/qsort.c b/stdlib/qsort.c index 17c42b31127..d225832125e 100644 --- a/stdlib/qsort.c +++ b/stdlib/qsort.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* If you consider tuning this algorithm, you should consult first: Engineering a sort function; Jon Bentley and M. Douglas McIlroy;