mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:31:56 +00:00
[RXCE]: Fix bug, thanks MSVC! (warning C4553)
svn path=/trunk/; revision=75363
This commit is contained in:
parent
f5dcc15bd4
commit
2a5ed24776
1 changed files with 1 additions and 1 deletions
|
@ -7228,7 +7228,7 @@ RxScavengerTimerRoutine(
|
|||
/* Otherwise, we're inactive again */
|
||||
else
|
||||
{
|
||||
Scavenger->State == RDBSS_SCAVENGER_INACTIVE;
|
||||
Scavenger->State = RDBSS_SCAVENGER_INACTIVE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue