Skip to content

Commit

Permalink
Replaced double backslashes with @
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksvujic authored Sep 5, 2024
1 parent 06424cc commit 663f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LosslessCompression.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Lossless compress JPEG logo

```C#
var snakewareLogo = new FileInfo("c:\\path\\to\\Snakeware.jpg");
var snakewareLogo = new FileInfo(@"c:\path\to\Snakeware.jpg");

Console.WriteLine("Bytes before: " + snakewareLogo.Length);

Expand Down

0 comments on commit 663f873

Please sign in to comment.