mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[NTOSKRNL]
* Fix a typo. svn path=/trunk/; revision=54436
This commit is contained in:
parent
30419eda7c
commit
3cd3e4c5a8
1 changed files with 1 additions and 1 deletions
|
@ -1208,7 +1208,7 @@ CheckDllState:
|
|||
Loaded = TRUE;
|
||||
|
||||
/* Sanity check */
|
||||
ASSERT(DllBase = DllEntry->DllBase);
|
||||
ASSERT(DllBase == DllEntry->DllBase);
|
||||
|
||||
/* Call the initialization routines */
|
||||
Status = MmCallDllInitialize(DllEntry, &PsLoadedModuleList);
|
||||
|
|
Loading…
Reference in a new issue