mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +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
deb6958fe6
commit
f03cc597e1
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
|
||||
types match the ENCODED_TYPES. */
|
||||
NSParameterAssert (type);
|
||||
NSParameterAssert (sel_types_match(encoded_types, type));
|
||||
NSCParameterAssert (type);
|
||||
NSCParameterAssert (sel_types_match(encoded_types, type));
|
||||
|
||||
|
||||
/* Allocate an argframe, using memory on the stack */
|
||||
|
|
Loading…
Reference in a new issue