diff --git a/source/Lib/DecoderLib/VLCReader.cpp b/source/Lib/DecoderLib/VLCReader.cpp
index 2f3c9006e04ad5ef6ae03279f8948a469c5a4a39..a3a48eb8bc85b12ce5a4be975891d072fde51725 100644
--- a/source/Lib/DecoderLib/VLCReader.cpp
+++ b/source/Lib/DecoderLib/VLCReader.cpp
@@ -598,7 +598,7 @@ void HLSyntaxReader::parsePPS( PPS* pcPPS )
 
 #if JVET_R0188
         if( ( ( tileIdx / pcPPS->getNumTileColumns() ) != pcPPS->getNumTileRows() - 1 ) &&
-          pcPPS->getTileIdxDeltaPresentFlag() || ( ( ( tileIdx % pcPPS->getNumTileColumns() ) == 0 ) ) )
+          pcPPS->getTileIdxDeltaPresentFlag() || ( ( tileIdx % pcPPS->getNumTileColumns() ) == 0 ) ) 
         {
           READ_UVLC( uiCode, "slice_height_in_tiles_minus1[i]" );
           pcPPS->setSliceHeightInTiles( i, uiCode + 1 );