From ecac07f09751ab9643f76d5e6d2e50afc1d3b8f3 Mon Sep 17 00:00:00 2001 From: "javi%netscape.com" Date: Wed, 20 Jun 2001 21:00:57 +0000 Subject: [PATCH] commiting for waterson. Remove '"' character in NS_IMPL_NSGETMODULE declaration. Part of static branch landing. git-svn-id: svn://10.0.0.236/trunk@97617 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/manager/pki/src/nsPKIModule.cpp | 2 +- mozilla/security/manager/ssl/src/nsNSSModule.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/security/manager/pki/src/nsPKIModule.cpp b/mozilla/security/manager/pki/src/nsPKIModule.cpp index 277aa31c765..352e6be598d 100644 --- a/mozilla/security/manager/pki/src/nsPKIModule.cpp +++ b/mozilla/security/manager/pki/src/nsPKIModule.cpp @@ -55,4 +55,4 @@ static nsModuleComponentInfo components[] = } }; -NS_IMPL_NSGETMODULE("PKI", components) +NS_IMPL_NSGETMODULE(PKI, components) diff --git a/mozilla/security/manager/ssl/src/nsNSSModule.cpp b/mozilla/security/manager/ssl/src/nsNSSModule.cpp index 082ab536601..a5e17b9a33b 100644 --- a/mozilla/security/manager/ssl/src/nsNSSModule.cpp +++ b/mozilla/security/manager/ssl/src/nsNSSModule.cpp @@ -197,4 +197,4 @@ static nsModuleComponentInfo components[] = }; -NS_IMPL_NSGETMODULE("NSS", components); +NS_IMPL_NSGETMODULE(NSS, components);