ソースを参照

* Removed false comment

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 18年前
コミット
d056504184
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      kernel/kernel.c

+ 0
- 1
kernel/kernel.c ファイルの表示

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



読み込み中…
キャンセル
保存