mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Style fix in a comment
This commit is contained in:
parent
12da2ff028
commit
77565ecdb8
2
noice.c
2
noice.c
|
@ -107,7 +107,7 @@ xdirname(const char *path)
|
||||||
char *p, *tmp;
|
char *p, *tmp;
|
||||||
|
|
||||||
/* Some implementations of dirname(3) may modify `path' and some
|
/* 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. */
|
* original string if we lose track of it. */
|
||||||
tmp = xstrdup(path);
|
tmp = xstrdup(path);
|
||||||
p = dirname(tmp);
|
p = dirname(tmp);
|
||||||
|
|
Loading…
Reference in a new issue