Remove ; to fix warnings.

This commit is contained in:
sfraser%netscape.com 1999-02-26 00:55:22 +00:00
parent 3a123c982b
commit bf88d847f7

View File

@ -29,7 +29,7 @@
// {E86B3377-BF89-11d2-B3AF-00805F8A6670}
#define NS_ILINEBREAKERFACTORY_IID \
{ 0xe86b3377, 0xbf89, 0x11d2, \
{ 0xb3, 0xaf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70 } };
{ 0xb3, 0xaf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70 } }
class nsILineBreakerFactory : public nsISupports
{