[trunk] explicit cast missing

This commit is contained in:
Mathieu Malaterre 2012-03-26 13:02:40 +00:00
parent 438cde4e70
commit 86ed364dc0
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ Byte4_t get_elemAux( faixbox_param_t *faix, Byte8_t elem_id, Byte8_t row_id)
{ {
Byte8_t nmax; Byte8_t nmax;
if( faix->version <2) if( faix->version <2)
return -1; return (Byte4_t)-1;
nmax = get_nmax( faix); nmax = get_nmax( faix);
if( faix->version%2) if( faix->version%2)