Fix more extraneous parentheses warnings

This commit is contained in:
Pan7 2017-04-27 21:58:43 +02:00
parent 3f87271ea6
commit 81a1776bbd
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ static picoModel_t *_md2_load( PM_PARAMS_LOAD ){
continue; continue;
} }
else if ( ( p_index_LUT[p_md2Triangle->index_xyz[j]].next == NULL ) ) { // Not equal to Main entry, and no LL entry else if ( p_index_LUT[p_md2Triangle->index_xyz[j]].next == NULL ) { // Not equal to Main entry, and no LL entry
// Add first entry of LL from Main // Add first entry of LL from Main
p_index_LUT2 = (index_LUT_t *)_pico_alloc( sizeof( index_LUT_t ) ); p_index_LUT2 = (index_LUT_t *)_pico_alloc( sizeof( index_LUT_t ) );
if ( p_index_LUT2 == NULL ) { if ( p_index_LUT2 == NULL ) {