bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix typo in VMS support code


From: Tim Rühsen
Subject: Re: [PATCH] Fix typo in VMS support code
Date: Sun, 2 May 2021 14:19:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

Thanks, applied.

Regards, Tim

On 01.05.21 07:56, Nekun wrote:
* src/utils.c: Remove unpaired brace
---
  src/utils.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils.c b/src/utils.c
index 426cda31..45304825 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -711,7 +711,7 @@ char *
  unique_name_passthrough (const char *file, bool allow_passthrough)
  {
    /* Return the FILE itself, without modification, irregardful. */
-  return (char *) file);
+  return (char *) file;
  }
  char *

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]