summaryrefslogtreecommitdiff
path: root/zwgc/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/xselect.c')
-rw-r--r--zwgc/xselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/xselect.c b/zwgc/xselect.c
index 564fd76..90c95cd 100644
--- a/zwgc/xselect.c
+++ b/zwgc/xselect.c
@@ -131,7 +131,7 @@ void xselInitAtoms(dpy)
*(ZAtom[i].patom)=XInternAtom(dpy,ZAtom[i].name,False);
for (i=0;i<NumRequestAtoms;i++)
if (pRequestAtoms[i])
- RequestAtoms[i]=*(pRequestAtoms[i]);
+ RequestAtoms[i] = *(pRequestAtoms[i]);
}
int xselGetOwnership(dpy,w,time)