This commit is contained in:
lazymio 2021-10-25 01:20:02 +02:00
parent f08b7d6b5b
commit 6f4563c12b
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

2
uc.c
View File

@ -111,7 +111,7 @@ const char *uc_strerror(uc_err code)
case UC_ERR_AFL_RET_CALLED_TWICE:
return "AFL has already been started before (UC_ERR_AFL_RET_CALLED_TWICE)";
case UC_ERR_AFL_RET_FINISHED:
return "We forked before but now parent is gone (UC_ERR_AFL_REG_FINISHED)";
return "We forked before but now parent is gone (UC_ERR_AFL_RET_FINISHED)";
}
}