summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Connor Lane Smith 2010-06-23 12:15:07 +0100
committerGravatar Connor Lane Smith 2010-06-23 12:15:07 +0100
commit08b264393d41321c1b7ae3644f73c67cb825c95c (patch)
tree51d6771bdabd21463ea9d551718682858fbd5d89
parentinitial dmenu / dinput separation (diff)
typo fixes
-rw-r--r--dmenu.12
-rw-r--r--draw.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/dmenu.1 b/dmenu.1
index c994ad7..f0c45f4 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -18,7 +18,7 @@ dmenu \- dynamic menu
.B dmenu_run
[<options...>]
-.BR dmenu_path
+.B dmenu_path
.SH DESCRIPTION
.SS Overview
dmenu is a generic menu for X, originally designed for
diff --git a/draw.c b/draw.c
index 6851a34..41022f0 100644
--- a/draw.c
+++ b/draw.c
@@ -41,7 +41,7 @@ dccleanup(void) {
}
void
-dcsetup() {
+dcsetup(void) {
/* style */
dc.norm[ColBG] = getcolor(normbgcolor);
dc.norm[ColFG] = getcolor(normfgcolor);