aplat

Documents structurés pour Unix
git clone git://git.asteride.xyz/~ldp/aplat.git
Journaux | Fichiers | Références | LISEZ-MOI | LICENCE

commit 75ca0ca4272c2c14de62586ff9a7d598f588e006
parent 7a17c0a0b97d9c62d22090a04528fad5d277dbc0
Auteur: Selve <selve@asteride.xyz>
Date:   Thu,  4 Apr 2024 14:35:38 -0400

retrait d'un caractère de tabulation en trop

Diffstat:
Maccumuler.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accumuler.c b/accumuler.c @@ -96,7 +96,7 @@ etq: if (draps & DRAP_OUV) tp_ecr(':', &etq); tp_ecr('\0', &etq); - printf("\t%s\t", tp_tp(&etq)); + printf("%s\t", tp_tp(&etq)); tp_rec(&etq); if (draps & DRAP_FRM) { tp_rec(&etq);