Test before commit. - ttabbed - Simple tabbing application for X11.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b5775f9b38670516a45adb238df728f8ff8d60c5
 (DIR) parent 9aeffb1e9572ed75522e9739c064855c7eab2f41
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon,  8 May 2017 06:06:24 +0200
       
       Test before commit.
       
       Diffstat:
         tabbed.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/tabbed.c b/tabbed.c
       @@ -806,7 +806,7 @@ movetab(const Arg *arg)
                int c;
                Client *new;
        
       -        if (sel) < 0)
       +        if (sel < 0)
                        return;
        
                c = (sel + arg->i) % nclients;