diff options
author | Keith Whitwell <[email protected]> | 2009-09-12 14:04:36 -0700 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-09-12 14:04:36 -0700 |
commit | 983b261e6d85020ae19418428d25f2e70f43d7dd (patch) | |
tree | f713615bfadef5c1aeeb5991315b3c58435dba77 /src/gallium/auxiliary/tgsi/tgsi_sanity.c | |
parent | 3cb30e55e48d86aa5f660e670e055d6b258ea54a (diff) |
tgsi: add const qualifier
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_sanity.c')
-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 8a13885da9b..53e13b30e63 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_sanity.c +++ b/src/gallium/auxiliary/tgsi/tgsi_sanity.c @@ -358,7 +358,7 @@ epilog( boolean tgsi_sanity_check( - struct tgsi_token *tokens ) + const struct tgsi_token *tokens ) { struct sanity_check_ctx ctx; |