Minor change
This commit is contained in:
parent
418bf81c5a
commit
bdb19d5ea5
|
@ -26,8 +26,7 @@ walk(char *s)
|
||||||
if(!depth) return s;
|
if(!depth) return s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while((c = *s) && !spacer(c) && *s++)
|
while((c = *s) && !spacer(c)) s++;
|
||||||
;
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue