Fix (so far harmless) typo

svn path=/trunk/; revision=20563
This commit is contained in:
Gé van Geldorp
2006-01-04 22:46:45 +00:00
parent 30db12dcc8
commit 6a771b2fde
+1 -1
View File
@@ -523,7 +523,7 @@ ExpInitializeWorkerThreads(VOID)
/* Protect against greedy registry modifications */
ExpAdditionalDelayedWorkerThreads =
min(ExpAdditionalCriticalWorkerThreads, 16);
min(ExpAdditionalDelayedWorkerThreads, 16);
ExpAdditionalCriticalWorkerThreads =
min(ExpAdditionalCriticalWorkerThreads, 16);