Really fix the redness from bug 693469. r=red

This commit is contained in:
Jeff Walden 2011-10-12 12:02:08 -07:00
Родитель 4b3f2af05a
Коммит c6a047f193
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -64,7 +64,7 @@ nsSystemInfo::~nsSystemInfo()
}
// CPU-specific information.
static const struct {
static const struct PropItems {
const char *name;
bool (*propfun)(void);
} cpuPropItems[] = {