projects
/
xmake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf2d42
)
Remove unneeded else
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 18 Oct 2025 03:25:10 +0000
(
04:25
+0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 18 Oct 2025 03:25:10 +0000
(
04:25
+0100)
read.c
patch
|
blob
|
history
diff --git
a/read.c
b/read.c
index dea0e0ddfbbf1904f261699d1f2dc9670cb8c297..52c229e67aeac8c5e85ca518dabf2e7b4096e1dd 100644
(file)
--- 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));