bug 548113 bustage fix, remove extra semicolon

This commit is contained in:
Ted Mielczarek 2010-03-20 12:46:48 -04:00
Родитель e07be13338
Коммит 5f3cc600ee
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -441,7 +441,7 @@ dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler(
default:
return NULL;
}
};
}
void DwarfCUToModule::WarningReporter::CUHeading() {
if (printed_cu_header_)