mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix (so far harmless) typo
svn path=/trunk/; revision=20563
This commit is contained in:
@@ -523,7 +523,7 @@ ExpInitializeWorkerThreads(VOID)
|
||||
|
||||
/* Protect against greedy registry modifications */
|
||||
ExpAdditionalDelayedWorkerThreads =
|
||||
min(ExpAdditionalCriticalWorkerThreads, 16);
|
||||
min(ExpAdditionalDelayedWorkerThreads, 16);
|
||||
ExpAdditionalCriticalWorkerThreads =
|
||||
min(ExpAdditionalCriticalWorkerThreads, 16);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user