Tiny tidyup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17116 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-04 20:01:17 +00:00
parent cdf431407a
commit a60d599623

View file

@ -1320,7 +1320,7 @@ struct objc_method_description_list {
else
{
c = (Class)self;
mth = GSGetClassMethod((Class)self, aSelector);
mth = GSGetClassMethod(c, aSelector);
}
if (mth == 0)