Parcourir la source

* Removed false comment

tags/v0.99.beta14
Jean-Yves Lamoureux jylam il y a 19 ans
Parent
révision
d056504184
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      kernel/kernel.c

+ 0
- 1
kernel/kernel.c Voir le fichier

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



Chargement…
Annuler
Enregistrer