mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 09:11:11 +00:00
fixed a typo (_)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14306 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
50f960e6ff
commit
c11e77b467
1 changed files with 3 additions and 1 deletions
|
@ -228,7 +228,9 @@ static char rcsId[] = "$Id$";
|
||||||
if (session)
|
if (session)
|
||||||
[session _createAutoreleasePool];
|
[session _createAutoreleasePool];
|
||||||
else
|
else
|
||||||
[self checkinSessionID:aSessionID];
|
// [self checkinSessionID:aSessionID];
|
||||||
|
[self _checkinSessionID:aSessionID];
|
||||||
|
|
||||||
NSDebugMLLog(@"sessions",@"session=%@",session);
|
NSDebugMLLog(@"sessions",@"session=%@",session);
|
||||||
LOGObjectFnStop();
|
LOGObjectFnStop();
|
||||||
return session;
|
return session;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue