mirror of
https://github.com/mirror/wget.git
synced 2025-02-06 09:40:24 +08:00
Fix typo in VMS support code
* src/utils.c: Remove unpaired brace Copyright-paperwork-exempt: Yes
This commit is contained in:
parent
1aada296dd
commit
aabdf6eb66
@ -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 *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user