Commit 1388b321 authored by Max Kellermann's avatar Max Kellermann

decoder/thread: fix typo in comment

parent d9e8ce22
...@@ -368,7 +368,7 @@ decoder_run_song(DecoderControl &dc, ...@@ -368,7 +368,7 @@ decoder_run_song(DecoderControl &dc,
} }
if (decoder.error.IsDefined()) { if (decoder.error.IsDefined()) {
/* copy the Error from sruct Decoder to /* copy the Error from struct Decoder to
DecoderControl */ DecoderControl */
dc.state = DecoderState::ERROR; dc.state = DecoderState::ERROR;
dc.error = std::move(decoder.error); dc.error = std::move(decoder.error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment