From 699c322aead6dead80f1605ca46ad3abbda02435 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 26 Jul 2016 18:02:10 +0200 Subject: mseq: keep indentation with -f --- mseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mseq.c') diff --git a/mseq.c b/mseq.c index 75e03fc..adcec5b 100644 --- a/mseq.c +++ b/mseq.c @@ -141,7 +141,7 @@ fix(FILE *out, char *file) char *ee = strrchr(file, '/'); if (ee >= file + 3 && ee[-3] == 'n' && ee[-2] == 'e' && ee[-1] == 'w') { ee[-3] = 'c'; ee[-2] = 'u'; ee[-1] = 'r'; - return fix(out, file); + return fix(out, file-i); } return 0; -- cgit 1.4.1