From aabdf6eb668cfc485bdfcad3482a3a9be4a99416 Mon Sep 17 00:00:00 2001 From: Nekun Date: Sat, 1 May 2021 05:56:10 +0000 Subject: [PATCH] Fix typo in VMS support code * src/utils.c: Remove unpaired brace Copyright-paperwork-exempt: Yes --- 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 *