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:
parent
853e2052ff
commit
faa850a48c
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ private:
|
||||||
|
|
||||||
startResult = stream->waitForStateChange (expectedState, &nextState, timeoutNanos);
|
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())
|
+ "\nUses AAudio = " + String ((int) stream->usesAAudio())
|
||||||
+ "\nDirection = " + getOboeString (stream->getDirection())
|
+ "\nDirection = " + getOboeString (stream->getDirection())
|
||||||
+ "\nSharingMode = " + getOboeString (stream->getSharingMode())
|
+ "\nSharingMode = " + getOboeString (stream->getSharingMode())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue