1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Oboe: Remove an erroneous semicolon

This commit is contained in:
Yuki 2024-08-11 21:46:46 +08:00 committed by Tom Poole
parent 853e2052ff
commit faa850a48c

View file

@ -495,7 +495,7 @@ private:
startResult = stream->waitForStateChange (expectedState, &nextState, timeoutNanos);
JUCE_OBOE_LOG ("Starting Oboe stream with result: " + getOboeString (startResult);
JUCE_OBOE_LOG ("Starting Oboe stream with result: " + getOboeString (startResult)
+ "\nUses AAudio = " + String ((int) stream->usesAAudio())
+ "\nDirection = " + getOboeString (stream->getDirection())
+ "\nSharingMode = " + getOboeString (stream->getSharingMode())