소스 검색

* Removed false comment

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 년 전
부모
커밋
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);
}



불러오는 중...
취소
저장