URI:
       small typo fix. - tabbed - my small fork of tabbed
  HTML git clone https://git.drkhsh.at/tabbed.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9f9e39604dc3dbcc8b6b56b421a110548ec608fb
   DIR parent cd1363dafadb4a20297844a6d638803db2664172
  HTML Author: Enno Boland (tox) <tox@s01.de>
       Date:   Thu, 15 Oct 2009 15:40:18 +0200
       
       small typo fix.
       Diffstat:
         M tabbed.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git 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);