summary refs log tree commit diff
path: root/parse.y
diff options
context:
space:
mode:
authorokan <okan>2012-12-17 02:53:29 +0000
committerokan <okan>2012-12-17 02:53:29 +0000
commit96cd288a2a34e90eb617e2225615eeba2ba690fb (patch)
treec14ff5cb6cea06c7a53085dbe70a5f4351be2ddd /parse.y
parent6900cd36121062f81f29ec3651aa1ee8807edbe1 (diff)
downloadcwm-96cd288a2a34e90eb617e2225615eeba2ba690fb.tar.gz
cwm-96cd288a2a34e90eb617e2225615eeba2ba690fb.tar.xz
cwm-96cd288a2a34e90eb617e2225615eeba2ba690fb.zip
knf
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index b36ee26..2404f4b 100644
--- a/parse.y
+++ b/parse.y
@@ -582,7 +582,7 @@ parse_config(const char *filename, struct conf *xconf)
 			xconf->color[i].name = conf->color[i].name;
 
 		for (i = 0; i < CWM_COLOR_MENU_MAX; i++)
-			xconf->menucolor[i]= conf->menucolor[i];
+			xconf->menucolor[i] = conf->menucolor[i];
 
 		xconf->font = conf->font;
 	}