removing the quotes from the module name

This commit is contained in:
pavlov%netscape.com 2001-05-05 09:58:31 +00:00
parent b048518c1b
commit 5c43e187fa

View File

@ -50,5 +50,4 @@ static nsModuleComponentInfo components[] =
}
};
NS_IMPL_NSGETMODULE("nsIconDecoderModule", components)
NS_IMPL_NSGETMODULE(nsIconDecoderModule, components)