소스 검색

examples/core/core_custom_logging.c: Fix typo (#2692)

pull/2694/head
hartmannathan 2 년 전
committed by GitHub
부모
커밋
c1b4881e8a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/core/core_custom_logging.c

+ 1
- 1
examples/core/core_custom_logging.c 파일 보기

@ -18,7 +18,7 @@
#include <stdio.h> // Required for: fopen(), fclose(), fputc(), fwrite(), printf(), fprintf(), funopen()
#include <time.h> // Required for: time_t, tm, time(), localtime(), strftime()
// Custom logging funtion
// Custom logging function
void CustomLog(int msgType, const char *text, va_list args)
{
char timeStr[64] = { 0 };

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