ソースを参照

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

pull/2694/head
hartmannathan 2年前
committed by GitHub
コミット
c1b4881e8a
この署名に対応する既知のキーがデータベースに存在しません 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 };

読み込み中…
キャンセル
保存