minor mingw32 tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22454 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-02-10 10:06:28 +00:00
parent d684f59787
commit 0a1c7f0a13
4 changed files with 21 additions and 2 deletions

View file

@ -561,8 +561,8 @@ enum {
* character (or a drive specification in windows) then that is used as the
* first element in the array.<br />
* Empty components are removed.<br />
* A trailing path separator (which was not part of the root) is added as the
* last element in the array.
* If a trailing path separator (which was not part of the root) was present,
* it is added as the last element in the array.
*/
- (NSArray*) pathComponents;