diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-06-17 23:15:59 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-06-17 23:15:59 -0700 |
commit | 96fec7cf078d5becbd17f0f99a61b5c2f560c797 (patch) | |
tree | 354c53186427e504f8c91138a7f1d752d04d6aaf /src/parse.c | |
parent | b09f48e801893b864af2b866829bc9ee35555418 (diff) |
177.13177.13
Diffstat (limited to 'src/parse.c')
-rw-r--r-- | src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c index 5bc6f9a..d55b146 100644 --- a/src/parse.c +++ b/src/parse.c @@ -260,7 +260,7 @@ AttributeTableEntry attributeTable[] = { * about. */ -#if NV_CTRL_LAST_ATTRIBUTE != NV_CTRL_DEPTH_30_ALLOWED +#if NV_CTRL_LAST_ATTRIBUTE != NV_CTRL_DISPLAYPORT_LINK_RATE #warning "Have you forgotten to add a new integer attribute to attributeTable?" #endif |