Re: [PATCH 6/6] Improve styling in explicit_bzero

2020-04-13 Thread Bruno Haible
> Use '\0' instead of 0 Pushed with a gnulib-style ChangeLog entry. Bruno

[PATCH 6/6] Improve styling in explicit_bzero

2020-04-12 Thread roucaries . bastien
From: Bastien Roucariès Use '\0' instead of 0 Signed-off-by: Bastien Roucariès --- lib/explicit_bzero.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c index 03968acbf..072c59498 100644 --- a/lib/explicit_bzero.c +++