Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Jan 18, 2018
1 parent 8d382a0 commit 49a1ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sound_oss/sound_oss.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SoundHandleEntry::SoundHandleEntry()
{
handle = -1;
direction = 0;
numChannels' = 0;
numChannels = 0;
}

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 49a1ef8

Please sign in to comment.