This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit 731e5781f458fa6db9c785d4bb86f280b0aee315
Author: Boris Faure <[email protected]>
AuthorDate: Thu Jun 23 23:14:51 2022 +0200

    termptyesc.c: oops
---
 src/bin/termptyesc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 5e37ec0..419e01e 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -4489,7 +4489,7 @@ _handle_esc_dcs(Termpty *ty,
      }
    *b = 0;
    if ((*cc == ST) || (*cc == '\\')) cc++;
-   else {return 0};
+   else return 0;
    len = cc - c;
    switch (buf[0])
      {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to