diff --git a/src/event.c b/src/event.c index a6ebc55..95d1274 100644 --- a/src/event.c +++ b/src/event.c @@ -39,7 +39,7 @@ void buttonpress(XButtonEvent *ev) { Client *c; - int i, j, n, x, y; + int i, j, n; screen_get_sel(); diff --git a/src/structs.h b/src/structs.h index bfccf0a..4f79b87 100644 --- a/src/structs.h +++ b/src/structs.h @@ -7,7 +7,7 @@ * modification, are permitted provided that the following conditions are * met: * -* * Redistributions of source code must retain the above copyright +* * Redistributions of sou/rce code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer