Tweak a little

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21990 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-11-11 14:25:38 +00:00
parent bacbdff251
commit c645bfbf5c
4 changed files with 8 additions and 5 deletions

View file

@ -246,7 +246,7 @@ pathSepMember(unichar c)
* 2. On windows, a root consisting of a single path separator indicates
* a drive-relative path with no drive ... so the path is relative.
*/
unsigned rootOf(NSString *s, unsigned l)
static unsigned rootOf(NSString *s, unsigned l)
{
unsigned root = 0;