Explorar el Código

Remove comment

pull/1122/head
Ray hace 5 años
padre
commit
c3386300d3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/text.c

+ 0
- 1
src/text.c Ver fichero

@ -1228,7 +1228,6 @@ char *TextReplace(char *text, const char *replace, const char *by)
}
// Insert text in a specific position, moves all text forward
// REQUIRES: strcpy()
// WARNING: Allocated memory should be manually freed
char *TextInsert(const char *text, const char *insert, int position)
{

Cargando…
Cancelar
Guardar