Explorar el Código

* Removed false comment

tags/v0.99.beta14
Jean-Yves Lamoureux jylam hace 19 años
padre
commit
d056504184
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      kernel/kernel.c

+ 0
- 1
kernel/kernel.c Ver fichero

@@ -143,7 +143,6 @@ int strcasecmp(const char *s1, const char *s2)
s2++;
}

/* Either *s1 or *s2 is 0 */
return (int)UPPER(*s1) - (int)UPPER(*s2);
}



Cargando…
Cancelar
Guardar