mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Remove redundant parentheses.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace DiscImageChef
|
||||
{
|
||||
if(twoBytes)
|
||||
{
|
||||
if((i + 1) < CString.Length && CString[i + 1] == 0)
|
||||
if(i + 1 < CString.Length && CString[i + 1] == 0)
|
||||
{
|
||||
len++;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user