This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Removed false comment
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
18 years ago
parent
c32b620fb8
commit
d056504184
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
kernel/kernel.c
+ 0
- 1
kernel/kernel.c
View File
@@ -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);
}
Write
Preview
Loading…
Cancel
Save