~kris/suckless

tabbed

9f9e39604dc3dbcc8b6b56b421a110548ec608fb — Enno Boland (tox) 16 years ago cd1363d
small typo fix.
1 files changed, 1 insertions(+), 1 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +1 -1
@@ 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);