Kaynağa Gözat

* Removed false comment

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 yıl önce
ebeveyn
işleme
d056504184
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. +0
    -1
      kernel/kernel.c

+ 0
- 1
kernel/kernel.c Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet