summaryrefslogtreecommitdiff
path: root/crypto/err/err_genc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/err/err_genc.pl')
-rw-r--r--crypto/err/err_genc.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/err/err_genc.pl b/crypto/err/err_genc.pl
index d3251da842..87c6da9a6d 100644
--- a/crypto/err/err_genc.pl
+++ b/crypto/err/err_genc.pl
@@ -86,8 +86,8 @@ void ERR_load_${type}_strings()
if (${type}_lib_error_code == 0)
${type}_lib_error_code=ERR_get_next_error_library();
- if (init);
- {;
+ if (init)
+ {
init=0;
$str
}
@@ -113,8 +113,8 @@ void ERR_load_${type}_strings()
{
static int init=1;
- if (init);
- {;
+ if (init)
+ {
init=0;
$str
}