зеркало из https://github.com/mozilla/gecko-dev.git
Added a missing {.
This commit is contained in:
Родитель
45186e0c0f
Коммит
845b452495
|
@ -34,7 +34,7 @@
|
||||||
/*
|
/*
|
||||||
* Test program for SDR (Secret Decoder Ring) functions.
|
* 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"
|
#include "nspr.h"
|
||||||
|
@ -295,7 +295,7 @@ file_loser:
|
||||||
loser:
|
loser:
|
||||||
if (text.data) free(text.data);
|
if (text.data) free(text.data);
|
||||||
if (result.data) free(result.data);
|
if (result.data) free(result.data);
|
||||||
if (NSS_Shutdown() != SECSuccess)
|
if (NSS_Shutdown() != SECSuccess) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче