Correct typo in comment

This commit is contained in:
Arnaud Bienner 2011-08-19 22:31:48 +02:00
parent f319a615d9
commit 5841bb58a7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CddaDevice::~CddaDevice(){
void CddaDevice::Init() {
QMutexLocker locker(&mutex_init_);
song_count_ = 0; // Reset soug count, in case it was already set
song_count_ = 0; // Reset song count, in case it was already set
cdio_ = cdio_open (url_.path().toLocal8Bit().constData(), DRIVER_DEVICE);
if (cdio_ == NULL) {
return;