[Kernel] Add a note to previous commit.

This commit is contained in:
gibbed 2018-11-20 14:25:18 -06:00
parent de34bd81db
commit 7e78a79a2d
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ dword_result_t XamContentCreateEx(dword_t user_index, lpstring_t root_name,
} }
if (license_mask_ptr && XSUCCEEDED(result)) { if (license_mask_ptr && XSUCCEEDED(result)) {
*license_mask_ptr = 0; *license_mask_ptr = 0; // Stub!
} }
if (overlapped_ptr) { if (overlapped_ptr) {