Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasRoj authored Apr 18, 2019
1 parent 12e02fb commit 1601dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/PlayAudioFileWinForms.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To start with, we'll create a very simple form with a start and a stop button. A

```c#
using NAudio.Wave;
using NAudio.Wave.SampleProviders
using NAudio.Wave.SampleProviders;

public class MainForm : Form
{
Expand Down

0 comments on commit 1601dbf

Please sign in to comment.