mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
Fix typo in VMS support code
* src/utils.c: Remove unpaired brace Copyright-paperwork-exempt: Yes
This commit is contained in:
@@ -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 *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user