Bug 669116 followup - Remove the extra semicolon to make gcc happy

This commit is contained in:
Ehsan Akhgari 2011-08-15 18:30:49 -04:00
Родитель 204e109c31
Коммит 3fadc9f1aa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -112,7 +112,7 @@ NS_MEMORY_REPORTER_IMPLEMENT(Hunspell,
HunspellGetCurrentAllocatedSize,
"Memory used by the Hunspell spell checking engine. This number accounts "
"for the memory in use by Hunspell's internal data structures."
);
)
nsresult
mozHunspell::Init()