diff options
author | Jakob Bornecrantz <[email protected]> | 2010-08-05 17:52:39 -0700 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-08-05 17:53:48 -0700 |
commit | 1a3a04d56b01714e4fa19aa7efcdae4b6644af46 (patch) | |
tree | 15eb0cf69ec1dc31953ffd3d1ef2e2241e72279b /src/gallium/auxiliary/tgsi | |
parent | 9f5c1194ff0ff69be5d7641d68169b152bc6cd0a (diff) |
tgsi: Fix typo, so we follow what is in the comments
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_sanity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_sanity.c b/src/gallium/auxiliary/tgsi/tgsi_sanity.c index d0550110d83..9e02040f6c4 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_sanity.c +++ b/src/gallium/auxiliary/tgsi/tgsi_sanity.c @@ -34,7 +34,7 @@ #include "tgsi_iterate.h" -DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", FALSE); +DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE); typedef struct { |