mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 06:20:37 +02:00
indices: Fix typo.
This commit is contained in:
parent
b907d4cd8f
commit
123299546f
2 changed files with 241 additions and 241 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -157,7 +157,7 @@ def preamble(intype, outtype, inpv, outpv, prim):
|
|||
print ' void *_out )'
|
||||
print '{'
|
||||
if intype != GENERATE:
|
||||
print ' const ' + intype + '*in = (const ' + intype + '*)in;'
|
||||
print ' const ' + intype + '*in = (const ' + intype + '*)_in;'
|
||||
print ' ' + outtype + ' *out = (' + outtype + '*)_out;'
|
||||
print ' unsigned i, j;'
|
||||
print ' (void)j;'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue