From f8c051689bf236fbe5af17e93bdeb840a29700ab Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Thu, 11 Feb 1999 20:51:37 +0000 Subject: [PATCH] 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 --- mozilla/silentdl/nsSilentDownload.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/silentdl/nsSilentDownload.h b/mozilla/silentdl/nsSilentDownload.h index 5d02e5413dc..867e0eba8ba 100644 --- a/mozilla/silentdl/nsSilentDownload.h +++ b/mozilla/silentdl/nsSilentDownload.h @@ -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___ */ \ No newline at end of file