Another typo detected by clang.

This commit is contained in:
Stephane Letz 2013-01-15 09:24:44 +01:00
parent 3e63ef6ebb
commit 671ad8f847
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ void JackTransportEngine::CycleEnd(JackClientInterface** table, jack_nframes_t f
fTransportState = JackTransportStopped;
MakeAllStopping(table);
} else if (fPendingPos) {
jack_log("transport starting ==> starting frame = %d"), ReadCurrentState()->frame;
jack_log("transport starting ==> starting frame = %d", ReadCurrentState()->frame);
fTransportState = JackTransportStarting;
MakeAllStartingLocating(table);
SyncTimeout(frame_rate, buffer_size);