(objc_init_statics): Fix missing part of last change.

From-SVN: r9604
This commit is contained in:
Richard Kenner 1995-05-09 19:11:43 -04:00
parent f17dfa938d
commit df27f225b7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ objc_init_statics ()
*statics_in_module; statics_in_module++)
{
struct objc_static_instances *statics = *statics_in_module;
Class *class = objc_lookup_class (statics->class_name);
Class class = objc_lookup_class (statics->class_name);
if (!class)
module_initialized = 0;