Fix more error codes.

(Also improve util/ck_errf.pl script, and occasionally
fix source code formatting.)
This commit is contained in:
Bodo Möller
2005-05-11 03:45:39 +00:00
parent 35e8510e60
commit 8afca8d9c6
79 changed files with 395 additions and 337 deletions

View File

@@ -255,7 +255,7 @@ int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
if((e == NULL) || (cmd_name == NULL))
{
ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD,
ERR_R_PASSED_NULL_PARAMETER);
return 0;
}