projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d4184d
)
applied Sander's patch as well
author
Anselm R.Garbe
<arg@10ksloc.org>
Fri, 11 Aug 2006 08:05:53 +0000
(10:05 +0200)
committer
Anselm R.Garbe
<arg@10ksloc.org>
Fri, 11 Aug 2006 08:05:53 +0000
(10:05 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 80042720c2572b822484c77c0f153c18e5959f06..971098918efa6e23d74f411f4b3af79b674db6cd 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-467,8
+467,7
@@
zoom(Arg *arg)
}
/* pop */
- if(sel->prev)
- sel->prev->next = sel->next;
+ sel->prev->next = sel->next;
if(sel->next)
sel->next->prev = sel->prev;
sel->prev = NULL;