Thanks, applied.

Regards, Tim

On 01.05.21 07:56, Nekun wrote:
* 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 *

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to