noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 77565ecdb87d9771bcd929b222c2af2345a37e26
parent 12da2ff0280329a65667d38c9f05353c734b932b
Author: lostd <lostd@2f30.org>
Date:   Sat,  1 Nov 2014 01:56:26 +0200

Style fix in a comment

Diffstat:
Mnoice.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/noice.c b/noice.c @@ -107,7 +107,7 @@ xdirname(const char *path) char *p, *tmp; /* Some implementations of dirname(3) may modify `path' and some - * return a pointer inside `path` and we cannot free(3) the + * return a pointer inside `path' and we cannot free(3) the * original string if we lose track of it. */ tmp = xstrdup(path); p = dirname(tmp);