瀏覽代碼

Style fix in a comment

master
lostd 10 年之前
父節點
當前提交
77565ecdb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      noice.c

+ 1
- 1
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);


Loading…
取消
儲存