diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-09-04 13:33:22 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-09-04 13:33:22 -0700 |
commit | 29bde128727f8b9d5cf9415265ba8b20ffc89944 (patch) | |
tree | ed3ab6685af05ff0f96590e780516af956b7d944 /src/parse.h | |
parent | ca8258fe8fa1947dc08a17cdb631767a08ae7222 (diff) |
190.32190.32
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h index be511ac..2ae9ff6 100644 --- a/src/parse.h +++ b/src/parse.h @@ -147,7 +147,8 @@ extern AttributeTableEntry attributeTable[]; #define FRAMELOCK_TARGET 2 #define VCS_TARGET 3 #define GVI_TARGET 4 -#define MAX_TARGET_TYPES 5 +#define COOLER_TARGET 5 +#define MAX_TARGET_TYPES 6 |