Quellcode durchsuchen

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

pull/2694/head
hartmannathan vor 2 Jahren
committed von GitHub
Ursprung
Commit
c1b4881e8a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      examples/core/core_custom_logging.c

+ 1
- 1
examples/core/core_custom_logging.c Datei anzeigen

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

Laden…
Abbrechen
Speichern