mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix protocol conformance
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7aa6807b54
commit
75abd9cbc7
1 changed files with 2 additions and 1 deletions
|
@ -1227,7 +1227,8 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
|||
s = [self makeLink: n ofType: @"protocol" isRef: YES];
|
||||
if (s != nil)
|
||||
{
|
||||
t = [s stringByAppendingString: @"t</a>"];
|
||||
t = [s stringByAppendingString: t];
|
||||
t = [s stringByAppendingString: @"</a>"];
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue