소스 검색

core: fix a mistake in the caca_set_color_ansi() documentation.

tags/v0.99.beta19
Sam Hocevar sam 12 년 전
부모
커밋
8046b1b287
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      caca/attr.c

+ 1
- 1
caca/attr.c 파일 보기

@@ -223,7 +223,7 @@ int caca_put_attr(caca_canvas_t *cv, int x, int y, uint32_t attr)
* Color values are those defined in caca.h, such as CACA_RED
* or CACA_TRANSPARENT.
*
* If an error occurs, 0 is returned and \b errno is set accordingly:
* If an error occurs, -1 is returned and \b errno is set accordingly:
* - \c EINVAL At least one of the colour values is invalid.
*
* \param cv A handle to the libcaca canvas.


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