summaryrefslogtreecommitdiff
path: root/tabbed.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-15 15:40:18 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-15 15:40:18 +0200
commit9f9e39604dc3dbcc8b6b56b421a110548ec608fb (patch)
tree5cd816f15fd0dbf4b84f884857b02aa818fa8ace /tabbed.c
parentcd1363dafadb4a20297844a6d638803db2664172 (diff)
small typo fix.
Diffstat (limited to 'tabbed.c')
-rw-r--r--tabbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 1cd4c7b..a9c2df0 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -119,7 +119,7 @@ static void resize(Client *c, int w, int h);
static void rotate(const Arg *arg);
static void run(void);
static void setup(void);
-static void sigchld(int signal);
+static void sigchld(int unused);
static void spawn(const Arg *arg);
static int textnw(const char *text, unsigned int len);
static void unmanage(Client *c);