removing the quotes from the module name

This commit is contained in:
pavlov%netscape.com 2001-05-05 09:58:31 +00:00
Родитель 75a7fd5140
Коммит 8041825d25
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

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