Fixed comment.

This commit is contained in:
gibbed 2015-06-13 08:59:52 -05:00
parent 3a43eef4fe
commit 3a093d4c84
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ dword_result_t NtQueryInformationFile(dword_t file_handle,
assert_true(length == 4);
/*
// This is wrong and puts files into wrong states for games that use
XctdDecompression.
// XctdDecompression.
uint32_t magic;
size_t bytes_read;
result = file->Read(&magic, sizeof(magic), 0, &bytes_read);