Procházet zdrojové kódy

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

pull/2694/head
hartmannathan před 2 roky
odevzdal GitHub
rodič
revize
c1b4881e8a
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      examples/core/core_custom_logging.c

+ 1
- 1
examples/core/core_custom_logging.c Zobrazit soubor

@ -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 };

Načítá se…
Zrušit
Uložit