@@ -168,7 +168,7 @@ |
||
168 | 168 | */ |
169 | 169 | protected function readInt( $byteOrder ) |
170 | 170 | { |
171 | - if( ( $content = $this->read( 4 )) === false ) { |
|
171 | + if( ( $content = $this->read( 4 ) ) === false ) { |
|
172 | 172 | return false; |
173 | 173 | } |
174 | 174 |