Check in for bug #75764 to elminate non-static globals. r=kandrot, sr=jband

This commit is contained in:
kandrot%netscape.com 2001-05-15 05:50:24 +00:00
Родитель 8c7ba70734
Коммит fe46f754d5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -705,7 +705,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
return NS_ERROR_NULL_POINTER;
/* this should be a pref or registry entry, or something */
const char *ValidDllExtensions[] = {
static const char *ValidDllExtensions[] = {
".dll", /* Windows */
".so", /* Unix */
".shlb", /* Mac ? */