diff options
Diffstat (limited to 'sandbox/src/sandbox_nt_util.cc')
-rw-r--r-- | sandbox/src/sandbox_nt_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/sandbox_nt_util.cc b/sandbox/src/sandbox_nt_util.cc index a7f1be0..f233088 100644 --- a/sandbox/src/sandbox_nt_util.cc +++ b/sandbox/src/sandbox_nt_util.cc @@ -342,7 +342,7 @@ UNICODE_STRING* GetBackingFilePath(PVOID address) { } UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path) { - if ((!module_path) || (!module_path->Buffer)) + if ((!module_path) || (!module_path->Buffer)) return NULL; wchar_t* sep = NULL; |