From 43d5f221c26894f8fc39efe0ff325891ca057e4a Mon Sep 17 00:00:00 2001 From: Honza Bambas Date: Wed, 24 Jun 2009 20:07:46 +0200 Subject: [PATCH] Bug 427715 - fixing build bustage on linux --- security/manager/ssl/src/nsNSSComponent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/manager/ssl/src/nsNSSComponent.h b/security/manager/ssl/src/nsNSSComponent.h index c6c9cc77052b..bd44e1c80dc2 100644 --- a/security/manager/ssl/src/nsNSSComponent.h +++ b/security/manager/ssl/src/nsNSSComponent.h @@ -82,8 +82,8 @@ #define NS_INSSCOMPONENT_IID_STR "6ffbb526-205b-49c5-ae3f-5959c084075e" #define NS_INSSCOMPONENT_IID \ - { 0x6ffbb526, 0x205b, 0x49c5, \ - { 0xae, 0x3f, 0x59, 0x59, 0xc0, 0x84, 0x7, 0x5e } }; + { 0x6ffbb526, 0x205b, 0x49c5, \ + { 0xae, 0x3f, 0x59, 0x59, 0xc0, 0x84, 0x7, 0x5e } } #define NS_PSMCONTENTLISTEN_CID {0xc94f4a30, 0x64d7, 0x11d4, {0x99, 0x60, 0x00, 0xb0, 0xd0, 0x23, 0x54, 0xa0}} #define NS_PSMCONTENTLISTEN_CONTRACTID "@mozilla.org/security/psmdownload;1"