flush output.
[openssl.git] / util / mkerr.pl
index 4b3bccb13e745b367a2b3db18f26c32f644fd7e1..ebc059ef228382cc1d48e148d0dfdcbf1825d102 100644 (file)
@@ -450,7 +450,7 @@ void ERR_load_${lib}_strings(void)
 #ifdef ${lib}_LIB_NAME
                ${lib}_lib_name->error = ERR_PACK(${lib}_lib_error_code,0,0);
                ERR_load_strings(0,${lib}_lib_name);
-#endif;
+#endif
                }
        }