summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-04-01 22:03:07 +0000
committerwtc%netscape.com <devnull@localhost>2003-04-01 22:03:07 +0000
commit59f9c65685a7cb44b68720650cbe17424da7609a (patch)
tree2b5a1f8b2263b654ba58d8e2d6abdbd9048f40ea
parentf8023e832e230ddd61746afe2a7c3694e40399df (diff)
downloadnss-hg-59f9c65685a7cb44b68720650cbe17424da7609a.tar.gz
Added a missing {.
-rw-r--r--security/nss/cmd/sdrtest/sdrtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/sdrtest/sdrtest.c b/security/nss/cmd/sdrtest/sdrtest.c
index e9cd8e39b..5bcdd4cde 100644
--- a/security/nss/cmd/sdrtest/sdrtest.c
+++ b/security/nss/cmd/sdrtest/sdrtest.c
@@ -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);
}