From 42f5f7d98ed1bf212e1ffe5389d2ec7c03d5e564 Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Mon, 28 Mar 2005 19:37:28 +0000 Subject: [PATCH] Removed an extraneous ^M character at the end of a line. git-svn-id: svn://10.0.0.236/trunk@171272 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/pk11wrap/secmodti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/pk11wrap/secmodti.h b/mozilla/security/nss/lib/pk11wrap/secmodti.h index 3fd26d457a5..828b308e09c 100644 --- a/mozilla/security/nss/lib/pk11wrap/secmodti.h +++ b/mozilla/security/nss/lib/pk11wrap/secmodti.h @@ -171,7 +171,7 @@ struct PK11SymKeyStr { int size; /* key size in bytes */ PK11Origin origin; /* where this key came from (see def in secmodt.h) */ - PK11SymKey *parent; + PK11SymKey *parent; uint16 series; /* break up the slot info into various groups of * inserted tokens so that keys and certs can be * invalidated */