diff options
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--] | src/mesa/pipe/tgsi/exec/tgsi_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_parse.h b/src/mesa/pipe/tgsi/exec/tgsi_parse.h index 56a8c254c2..9372da8d5d 100644..100755 --- a/src/mesa/pipe/tgsi/exec/tgsi_parse.h +++ b/src/mesa/pipe/tgsi/exec/tgsi_parse.h @@ -105,7 +105,7 @@ void tgsi_parse_free( struct tgsi_parse_context *ctx ); -unsigned +boolean tgsi_parse_end_of_tokens( struct tgsi_parse_context *ctx ); |