mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1310 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
007a6058c4
commit
48f6007abf
1 changed files with 2 additions and 2 deletions
|
@ -442,8 +442,8 @@ mframe_do_call (const char *encoded_types,
|
||||||
|
|
||||||
/* Make sure we successfully got the method type, and that its
|
/* Make sure we successfully got the method type, and that its
|
||||||
types match the ENCODED_TYPES. */
|
types match the ENCODED_TYPES. */
|
||||||
NSParameterAssert (type);
|
NSCParameterAssert (type);
|
||||||
NSParameterAssert (sel_types_match(encoded_types, type));
|
NSCParameterAssert (sel_types_match(encoded_types, type));
|
||||||
|
|
||||||
|
|
||||||
/* Allocate an argframe, using memory on the stack */
|
/* Allocate an argframe, using memory on the stack */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue