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 */ /* 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] == ']') {