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:
Andrew McCallum 1996-03-30 22:22:20 +00:00
parent deb6958fe6
commit f03cc597e1

View file

@ -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 */