From 7fad76db4cdb7a0fe7e5aa0dd88f5faaf8f4cdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Wed, 3 Aug 2016 13:48:07 +0200 Subject: [PATCH] * src/metalink.c: Remove C++ style comments --- src/metalink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/metalink.c b/src/metalink.c index 389bdac1..e4acf5ad 100644 --- a/src/metalink.c +++ b/src/metalink.c @@ -155,10 +155,10 @@ retrieve_from_metalink (const metalink_t* metalink) it as output_stream. We restore the original configuration after we are finished with the file. */ if (opt.always_rest) - // continue previous download + /* continue previous download */ output_stream = fopen (mfile->name, "ab"); else - // create a file with an unique name + /* create a file with an unique name */ output_stream = unique_create (mfile->name, true, &filename); output_stream_regular = true;