Fixup declaration

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27226 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-12-06 16:26:57 +00:00
parent d1c53ea985
commit 765370413a

View file

@ -332,7 +332,7 @@ typedef enum _NSGNUstepStringEncoding
- (void) gcFinalize;
@end
@implementation NSTask (GSCategories)
@interface NSTask (GSCategories)
/** Returns the launch path given the name of a tool.<br />
* Locates the tool by looking in the standard directories,
* and failing that in the PATH set in the environment.<br />