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
parent 1cd6a33a25
commit 144a1132df

View File

@ -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()