|
@@ -42,7 +42,7 @@ extern "C" sgx_status_t sgx_create_enclave(const char *file_name, const int debu
|
|
|
{
|
|
{
|
|
|
sgx_status_t ret = SGX_SUCCESS;
|
|
sgx_status_t ret = SGX_SUCCESS;
|
|
|
|
|
|
|
|
- //Only true or flase is valid
|
|
|
|
|
|
|
+ //Only true or false is valid
|
|
|
if(TRUE != debug && FALSE != debug)
|
|
if(TRUE != debug && FALSE != debug)
|
|
|
return SGX_ERROR_INVALID_PARAMETER;
|
|
return SGX_ERROR_INVALID_PARAMETER;
|
|
|
|
|
|