diff options
author | Brian Paul <[email protected]> | 2017-03-05 12:59:09 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2017-03-08 08:50:21 -0700 |
commit | 2f3f5728f7107176783d594bf6faf3112ded5329 (patch) | |
tree | b9e1a7c4cb63e71effeaf1202bc895fc3457f2b2 /src/gallium/auxiliary/indices/u_indices.c | |
parent | a0927da006ebd00da3fb3e613d399a0b97f081bb (diff) |
util/indices: minor clean-ups
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/indices/u_indices.c')
-rw-r--r-- | src/gallium/auxiliary/indices/u_indices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/indices/u_indices.c b/src/gallium/auxiliary/indices/u_indices.c index cb9e460d010..3d1ebedffd6 100644 --- a/src/gallium/auxiliary/indices/u_indices.c +++ b/src/gallium/auxiliary/indices/u_indices.c @@ -85,7 +85,7 @@ u_index_translator(unsigned hw_mask, { unsigned in_idx; unsigned out_idx; - int ret = U_TRANSLATE_NORMAL; + enum indices_mode ret = U_TRANSLATE_NORMAL; assert(in_index_size == 1 || in_index_size == 2 || |