style nit; from Tiago Cunha.

This commit is contained in:
okan 2012-11-07 21:10:32 +00:00
parent 55edbe460d
commit c9c0a5fdbb

3
conf.c
View File

@ -461,9 +461,8 @@ conf_bindname(struct conf *c, char *name, char *binding)
/* skip past the modifiers */
substring++;
} else {
} else
substring = name;
}
if (substring[0] == '[' &&
substring[strlen(substring)-1] == ']') {