REFACTOR: Use explicit or implicit modified definition.

This commit is contained in:
2017-12-20 17:46:47 +00:00
parent 3c843c3b06
commit ff2afc4593
13 changed files with 27 additions and 27 deletions

View File

@@ -482,7 +482,7 @@ namespace DiscImageChef.Checksums
}
// Converts an ASCII null-terminated string to .NET string
private string CToString(byte[] cString)
string CToString(byte[] cString)
{
StringBuilder sb = new StringBuilder();