mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Added a missing semicolon in ALSA
This commit is contained in:
parent
783c5ed7f8
commit
b51cc38718
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace
|
|||
#endif
|
||||
|
||||
#if JUCE_ALSA_LOGGING
|
||||
#define JUCE_ALSA_LOG(dbgtext) { juce::String tempDbgBuf ("ALSA: "); tempDbgBuf << dbgtext; Logger::writeToLog (tempDbgBuf); DBG (tempDbgBuf) }
|
||||
#define JUCE_ALSA_LOG(dbgtext) { juce::String tempDbgBuf ("ALSA: "); tempDbgBuf << dbgtext; Logger::writeToLog (tempDbgBuf); DBG (tempDbgBuf); }
|
||||
#define JUCE_CHECKED_RESULT(x) (logErrorMessage (x, __LINE__))
|
||||
|
||||
static int logErrorMessage (int err, int lineNum)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue