projects
/
xmake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b16f74
)
Typo fixed
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 23 Mar 2025 17:34:20 +0000
(17:34 +0000)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 23 Mar 2025 17:34:20 +0000
(17:34 +0000)
read.c
patch
|
blob
|
history
diff --git
a/read.c
b/read.c
index bab1fbd4cb955f593ea262764f0da43bbea7ad79..2ebbadff2cb9e0118c7012d4aec2209dde18be9a 100644
(file)
--- a/
read.c
+++ b/
read.c
@@
-388,7
+388,7
@@
static int read_lbuf (struct linebuf *lbuf, int set_default) {
if (*p == '(' || *skip_whitespace (p) == '(') {
- arg1 = skip_whitespace (skip_whitespce (p) + 1);
+ arg1 = skip_whitespace (skip_whitesp
a
ce (p) + 1);
if (!(comma = strchr (p, ',')) || !(q = strrchr (p, ')')) || q < comma) {
goto ifeq_invalid_syntax;