Explorar el Código

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

pull/2694/head
hartmannathan hace 2 años
cometido por GitHub
padre
commit
c1b4881e8a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/core/core_custom_logging.c

+ 1
- 1
examples/core/core_custom_logging.c Ver fichero

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

Cargando…
Cancelar
Guardar