Skip to content
Snippets Groups Projects
Commit 53a0bfa3 authored by Anatolii Kurotych's avatar Anatolii Kurotych
Browse files

[*] Fix Typo

parent 9ac5fbf0
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ size_t dap_enc_decode_out_size(dap_enc_key_t* a_key, const size_t a_buf_in_size,
if(type != DAP_ENC_DATA_TYPE_RAW) {
return (size_t)DAP_ENC_BASE64_ENCODE_SIZE(raw_decode_data_size);
}
return dap_enc_decode_out_size;
return raw_decode_data_size;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment