From 8e7b2d58965471996aabd0a160138024ea4441ce Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Tue, 1 Apr 2003 22:03:07 +0000 Subject: [PATCH] Added a missing {. --- security/nss/cmd/sdrtest/sdrtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nss/cmd/sdrtest/sdrtest.c b/security/nss/cmd/sdrtest/sdrtest.c index b20f50d368c..3877989d543 100644 --- a/security/nss/cmd/sdrtest/sdrtest.c +++ b/security/nss/cmd/sdrtest/sdrtest.c @@ -34,7 +34,7 @@ /* * Test program for SDR (Secret Decoder Ring) functions. * - * $Id: sdrtest.c,v 1.9 2003-04-01 18:58:32 bishakhabanerjee%netscape.com Exp $ + * $Id: sdrtest.c,v 1.10 2003-04-01 22:03:07 wtc%netscape.com Exp $ */ #include "nspr.h" @@ -295,7 +295,7 @@ file_loser: loser: if (text.data) free(text.data); if (result.data) free(result.data); - if (NSS_Shutdown() != SECSuccess) + if (NSS_Shutdown() != SECSuccess) { exit(1); }