[NaturalComparer] One more case management

This commit is contained in:
Matt Nadareski
2017-06-02 13:14:06 -07:00
parent 674e20d1d8
commit 2e012d66e4
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ namespace NaturalSort
}
else
{
return 0;
return x.CompareTo(y);
}
}