mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 06:02:27 +00:00
Fix some argument names for autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12538 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7bd3105385
commit
c21ef3f265
7 changed files with 43 additions and 39 deletions
|
@ -328,7 +328,7 @@ GSDebugAllocationClassList()
|
|||
* call (difference != 0).
|
||||
*/
|
||||
const char*
|
||||
GSDebugAllocationList(BOOL difference)
|
||||
GSDebugAllocationList(BOOL changeFlag)
|
||||
{
|
||||
const char *ans;
|
||||
if (debug_allocation == NO)
|
||||
|
@ -337,7 +337,7 @@ GSDebugAllocationList(BOOL difference)
|
|||
}
|
||||
if (uniqueLock != nil)
|
||||
[uniqueLock lock];
|
||||
ans = _GSDebugAllocationList(difference);
|
||||
ans = _GSDebugAllocationList(changeFlag);
|
||||
if (uniqueLock != nil)
|
||||
[uniqueLock unlock];
|
||||
return ans;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue