indices: Fix typo.

This commit is contained in:
José Fonseca 2009-02-09 18:11:05 +00:00
parent b907d4cd8f
commit 123299546f
2 changed files with 241 additions and 241 deletions

File diff suppressed because it is too large Load diff

View file

@ -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;'