소스 검색

Fix format-security error in rlgl_standalone.c (#1305)

See #1304
pull/1306/head
Daniel Jour 4 년 전
committed by GitHub
부모
커밋
2d4956feeb
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/others/rlgl_standalone.c

+ 1
- 1
examples/others/rlgl_standalone.c 파일 보기

@ -219,7 +219,7 @@ int main(void)
// GLFW3: Error callback
static void ErrorCallback(int error, const char *description)
{
fprintf(stderr, description);
fprintf(stderr, sa">"%s", description);
}
// GLFW3: Keyboard callback

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