aboutsummaryrefslogtreecommitdiff
path: root/wmstatus.c
diff options
context:
space:
mode:
Diffstat (limited to 'wmstatus.c')
-rw-r--r--wmstatus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wmstatus.c b/wmstatus.c
index 426fb0d..5c94378 100644
--- a/wmstatus.c
+++ b/wmstatus.c
@@ -939,7 +939,7 @@ parse_binding (const char *line, struct strv *out)
{
case 0: edge = table[state][0]; break;
case '\t':
- case '\n': edge = table[state][4]; break;
+ case '\n':
case ' ': edge = table[state][1]; break;
case '\'': edge = table[state][2]; break;
case '\\': edge = table[state][3]; break;