]> git.lizzy.rs Git - bspwm.git/commitdiff
Fix typo
authorBastien Dejean <nihilhill@gmail.com>
Mon, 6 May 2013 09:46:40 +0000 (11:46 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Mon, 6 May 2013 09:46:40 +0000 (11:46 +0200)
tree.c

diff --git a/tree.c b/tree.c
index e1c74ccb10dcf9a058dd359cdecc5597a1db575a..3ce0d65e43decde53ef3bfa23e942dbb21b37ba9 100644 (file)
--- a/tree.c
+++ b/tree.c
@@ -1006,7 +1006,7 @@ void restore(char *file_path)
                 if (c->uid > max_uid)
                     max_uid = c->uid;
                 n->client = c;
-                if (len >= 2 && line[len -2] == '*')
+                if (len >= 2 && line[len - 2] == '*')
                     d->focus = n;
             }
         }