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:
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);