Remove an extra semicolon which disturbs pedantic compilers; rs=sdwilsh a=landing on a CLOSED TREE DONTBUILD

This commit is contained in:
Ehsan Akhgari 2011-01-20 13:33:19 -05:00
Родитель 3c6931c6a8
Коммит 93105dc79a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -134,7 +134,7 @@ PlaceInfo::GetVisits(JSContext* aContext,
NS_IMPL_ISUPPORTS1(
PlaceInfo
, mozIPlaceInfo
);
)
} // namespace places
} // namespace mozilla