mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
style nit; from Tiago Cunha.
This commit is contained in:
parent
55edbe460d
commit
c9c0a5fdbb
3
conf.c
3
conf.c
@ -461,9 +461,8 @@ conf_bindname(struct conf *c, char *name, char *binding)
|
|||||||
|
|
||||||
/* skip past the modifiers */
|
/* skip past the modifiers */
|
||||||
substring++;
|
substring++;
|
||||||
} else {
|
} else
|
||||||
substring = name;
|
substring = name;
|
||||||
}
|
|
||||||
|
|
||||||
if (substring[0] == '[' &&
|
if (substring[0] == '[' &&
|
||||||
substring[strlen(substring)-1] == ']') {
|
substring[strlen(substring)-1] == ']') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user