Commit fb01ee94 authored by Bryant Mairs's avatar Bryant Mairs

Fixed extra paren in GAudioOutput.cc

Broke windows compilation.
parent c2ea516e
......@@ -118,7 +118,7 @@ GAudioOutput::GAudioOutput(QObject *parent) : QObject(parent),
if (FAILED(hr))
{
qDebug() << "ERROR: Initializing voice for audio output failed!");
qDebug() << "ERROR: Initializing voice for audio output failed!";
}
}
......
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