[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix typo in VMS support code
From: |
Nekun |
Subject: |
[PATCH] Fix typo in VMS support code |
Date: |
Sat, 1 May 2021 05:56:10 +0000 |
* 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 *
--
2.26.3
- [PATCH] Fix typo in VMS support code,
Nekun <=