Fix typo in VMS support code

* src/utils.c: Remove unpaired brace

Copyright-paperwork-exempt: Yes
This commit is contained in:
Nekun 2021-05-01 05:56:10 +00:00 committed by Tim Rühsen
parent 1aada296dd
commit aabdf6eb66

View File

@ -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 *