From c9c0a5fdbb8ce451b9706fc33999a1667b60cd6f Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 7 Nov 2012 21:10:32 +0000 Subject: [PATCH] style nit; from Tiago Cunha. --- conf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.c b/conf.c index bf063d5..7e1f3e2 100644 --- a/conf.c +++ b/conf.c @@ -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] == ']') {