From 49a1ef84485b5ac6e841f30db64eaf454361c8c6 Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Thu, 18 Jan 2018 12:13:44 +0100 Subject: [PATCH] fix typo --- plugins/sound_oss/sound_oss.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sound_oss/sound_oss.cxx b/plugins/sound_oss/sound_oss.cxx index 49d3cd4..f8c31a5 100644 --- a/plugins/sound_oss/sound_oss.cxx +++ b/plugins/sound_oss/sound_oss.cxx @@ -56,7 +56,7 @@ SoundHandleEntry::SoundHandleEntry() { handle = -1; direction = 0; - numChannels' = 0; + numChannels = 0; } ///////////////////////////////////////////////////////////////////////////////