Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HowToDoThis committed Aug 11, 2021
1 parent 47fc2f5 commit b8f79f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ICSharpCode.SharpZipLib/GZip/GzipOutputStream.cs
Expand Up @@ -242,7 +242,7 @@ public override void Finish()

#region Support Routines

private string CleanFilename(string path)
private static string CleanFilename(string path)
=> path.Substring(path.LastIndexOf('/') + 1);

private void WriteHeader()
Expand Down

0 comments on commit b8f79f7

Please sign in to comment.