Ver código fonte

Update rexm.c

pull/5085/head
Ray 2 meses atrás
pai
commit
f5e95029b1
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      examples/rexm.c

+ 2
- 1
examples/rexm.c Ver arquivo

@ -1025,7 +1025,7 @@ static rlExampleInfo *LoadExamplesData(const char *fileName, const char *categor
if (text != NULL)
{
int lineCount = 0;
">const char **lines = LoadTextLines(text, &lineCount);
char **lines = LoadTextLines(text, &lineCount);
for (int i = 0; i < lineCount; i++)
{
@ -1058,6 +1058,7 @@ static rlExampleInfo *LoadExamplesData(const char *fileName, const char *categor
}
}
UnloadTextLines(lines);
UnloadFileText(text);
}

Carregando…
Cancelar
Salvar