summaryrefslogtreecommitdiffstats
path: root/client/record_channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/record_channel.cpp')
-rw-r--r--client/record_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/record_channel.cpp b/client/record_channel.cpp
index 329dced1..893cc632 100644
--- a/client/record_channel.cpp
+++ b/client/record_channel.cpp
@@ -68,7 +68,7 @@ public:
RecordChannel::RecordChannel(RedClient& client, uint32_t id)
: RedChannel(client, SPICE_CHANNEL_RECORD, id, new RecordHandler(*this))
, _wave_recorder (NULL)
- , _mode (SPICE_AUDIO_DATA_MODE_INVALD)
+ , _mode (SPICE_AUDIO_DATA_MODE_INVALID)
, _celt_mode (NULL)
, _celt_encoder (NULL)
{