aboutsummarylogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe2009-07-09 20:49:48 +0100
committerAnselm R Garbe2009-07-09 20:49:48 +0100
commitb5cbca6a58ea3ffaf4b616dff4ec7ea7a36e9bd7 (patch)
treee3a33a9f51400af5740fa8b5fa292853d5807c56 /dwm.c
parent9df66c3596e4c80345167435db2e950ab4234f3d (diff)
downloadaur-b5cbca6a58ea3ffaf4b616dff4ec7ea7a36e9bd7.tar.gz
reverting to optimised compiler options, current state seems stable
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index d71bb58b92b1..5822944ebecc 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1679,7 +1679,7 @@ void
updategeom(void) {
int i, n = 1;
Client *c;
- Monitor *newmons = NULL, *m, *tm;
+ Monitor *newmons = NULL, *m = NULL, *tm;
#ifdef XINERAMA
XineramaScreenInfo *info = NULL;