fixed nn declaration

This commit is contained in:
Anselm R Garbe
2009-07-27 12:01:58 +01:00
parent 1fa31efebf
commit 91fffb3f7d
2 changed files with 3 additions and 2 deletions

3
dwm.c
View File

@ -1683,11 +1683,12 @@ updatebarpos(Monitor *m) {
void
updategeom(void) {
int i, n = 1, nn;
int i, n = 1;
Client *c;
Monitor *newmons = NULL, *m = NULL, *tm;
#ifdef XINERAMA
int nn;
XineramaScreenInfo *info = NULL;
if(XineramaIsActive(dpy))