aplat

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

commit 09498a4eebf300139bcba34442434bf90fc3d764
parent 1bb1ad9a3b511c75625d75911cfa049380424fe0
Auteur: Selve <selve@asteride.xyz>
Date:   Tue, 21 Nov 2023 16:19:58 -0500

changement esthétique sans importance

Diffstat:
Maplat.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/aplat.c b/aplat.c @@ -334,9 +334,8 @@ bloc(FILE *f, struct tampon *tp) for (npar = 1; (c = getc(f)) == '"'; npar++) ; ungetc(c, f); - if (npar > NGUI || (npar == NGUI && c != '!')) { + if (npar > NGUI || (npar == NGUI && c != '!')) return c; - } while (npar-- > 0) tp_ecr('"', tp); continue;