From 9cf2f6e1c098d1f3863dd9fae7ea9a9fc0abbf11 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Sat, 18 Oct 2025 04:25:10 +0100 Subject: [PATCH] Remove unneeded else --- read.c | 1 - 1 file changed, 1 deletion(-) diff --git a/read.c b/read.c index dea0e0d..52c229e 100644 --- a/read.c +++ b/read.c @@ -764,7 +764,6 @@ static int read_lbuf (struct linebuf *lbuf, int set_default) { /* Re-get the colon. */ *(colon = strchr (line, ':')) = '\0'; - } else { } filenames = parse_nameseq (line, sizeof (*filenames)); -- 2.34.1