removing extra semicolons so that the mac build does not complain.

git-svn-id: svn://10.0.0.236/trunk@20443 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 1999-02-11 20:51:37 +00:00
parent 2ade6c86f9
commit f8c051689b

View File

@ -15,7 +15,7 @@
0xb09f, \
0x11d2, \
{0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \
};
}
#define NS_SilentDownloadFactory_CID \
{ /* 18c2f984-b09f-11d2-bcde-00805f0e1353 */ \
@ -23,7 +23,7 @@
0xb09f, \
0x11d2, \
{0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \
};
}
#define NS_SilentDownloadTaskFactory_CID \
{ /* 18c2f985-b09f-11d2-bcde-00805f0e1353 */ \
@ -31,6 +31,6 @@
0xb09f, \
0x11d2, \
{0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \
};
}
#endif /* nsSilentDownload_h___ */