diff options
| author | 2010-06-23 12:15:07 +0100 | |
|---|---|---|
| committer | 2010-06-23 12:15:07 +0100 | |
| commit | 08b264393d41321c1b7ae3644f73c67cb825c95c (patch) | |
| tree | 51d6771bdabd21463ea9d551718682858fbd5d89 /draw.c | |
| parent | initial dmenu / dinput separation (diff) | |
typo fixes
Diffstat (limited to 'draw.c')
| -rw-r--r-- | draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ dccleanup(void) { } void -dcsetup() { +dcsetup(void) { /* style */ dc.norm[ColBG] = getcolor(normbgcolor); dc.norm[ColFG] = getcolor(normfgcolor); |
