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

This commit is contained in:
dougt%netscape.com 1999-02-11 20:51:37 +00:00
Родитель 312ab4e6c0
Коммит a1f72f77c7
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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___ */