Second patch of Apr 3 from Adam Fedor

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@252 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-04-03 21:20:29 +00:00
parent d4146fe499
commit 569fd55182
2 changed files with 20 additions and 25 deletions

View file

@ -128,7 +128,7 @@ bundle_resource_path(NSString *path, NSString *lang, NSString *name,
}
void
_bundle_load_callback(Class *theClass, Category *theCategory)
_bundle_load_callback(Class theClass, Category *theCategory)
{
/* Don't store categories */
assert(_loadingBundlePos >= 0);