diff options
Diffstat (limited to 'common/advancedDetector.h')
-rw-r--r-- | common/advancedDetector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 94e21a3a9b..9794ddabf5 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -103,7 +103,7 @@ enum ADFlags { * Generate/augment preferred target with information on the language (if * not equal to english) and platform (if not equal to PC). */ - kADFlagAugmentPreferredTarget = (1 << 0), + kADFlagDontAugmentPreferredTarget = (1 << 0), kADFlagPrintWarningOnFileBasedFallback = (1 << 1), kADFlagUseExtraAsHint = (1 << 2) }; |