diff options
-rw-r--r-- | src/player/Thread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player/Thread.cxx b/src/player/Thread.cxx index 114d680f6..4145e42d8 100644 --- a/src/player/Thread.cxx +++ b/src/player/Thread.cxx @@ -428,7 +428,7 @@ Player::ActivateDecoder() noexcept elapsed_time = pc.seek_time; /* set the "starting" flag, which will be cleared by - player_check_decoder_startup() */ + CheckDecoderStartup() */ decoder_starting = true; /* update PlayerControl's song information */ |