[exim-cvs] typo

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] typo
Gitweb: https://git.exim.org/exim.git/commitdiff/b037dd69615b2ce9e084932e8a61477afc67345e
Commit:     b037dd69615b2ce9e084932e8a61477afc67345e
Parent:     b0e63c7efdc2133c61545b051042d3617ecd2bbd
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Dec 6 22:08:08 2023 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Dec 6 22:08:16 2023 +0000


    typo


    Broken-by: 5930166b4433
---
 src/src/os.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/os.c b/src/src/os.c
index 5e5899eeb..c6d1e06c2 100644
--- a/src/src/os.c
+++ b/src/src/os.c
@@ -901,7 +901,7 @@ return buffer ? buffer : realloc(b, strlen(b) + 1);
char *
strchrnul(const char * s, int c)
{
-while (*s != c && *s) s++
+while (*s != c && *s) s++;
return CS s;
}
#endif

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/