change wrong comment - sob - simple output bar
 (HTM) git clone git://git.codemadness.org/sob
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 176397bb009b98fc1a69fe487cb4df374bdebe0e
 (DIR) parent 88b89ef7b2ca23aaa444507ba388d05a5d52fe7c
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 10 Oct 2014 18:57:22 +0000
       
       change wrong comment
       
       Diffstat:
         M sob.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/sob.c b/sob.c
       @@ -156,7 +156,7 @@ utfnextn(const char *s, size_t p, size_t n)
                return 0;
        }
        
       -/* b is byte start pos, u is utf pos, c is column pos, f is filter function,
       +/* b is byte start pos, u is utf pos, f is filter function,
         * dir is -1 or +1 for prev or next */
        static void
        utfuntilchar(size_t *b, size_t *u, int (*f)(int), int dir)