소스 검색

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


불러오는 중...
취소
저장