URI:
       tMerge branch 'master' of github.com:wmutils/core - wmutils - X windows manipulation utilities
  HTML git clone git://z3bra.org/wmutils
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 72c4ead9da5ddbb84a44e0ebc6f04662b2e90fbd
   DIR parent 977535143f57d53ea186df7f2a94297139a41043
  HTML Author: z3bra <willyatmailoodotorg>
       Date:   Tue, 15 Mar 2016 13:32:39 +0100
       
       Merge branch 'master' of github.com:wmutils/core
       
       Diffstat:
         M wmv.c                               |       2 +-
         M wrs.c                               |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/wmv.c b/wmv.c
       t@@ -21,7 +21,7 @@ static void move(xcb_window_t, int, int, int);
        static void
        usage(char *name)
        {
       -        fprintf(stderr, "usage: %s [-a] <x> <y> <win>", name);
       +        fprintf(stderr, "usage: %s [-a] <x> <y> <win>\n", name);
                exit(1);
        }
        
   DIR diff --git a/wrs.c b/wrs.c
       t@@ -21,7 +21,7 @@ static void resize(xcb_window_t, int, int, int);
        static void
        usage(char *name)
        {
       -        fprintf(stderr, "usage: %s [-a] <x> <y> <wid> [wid..]", name);
       +        fprintf(stderr, "usage: %s [-a] <x> <y> <wid> [wid..]\n", name);
                exit(1);
        }