mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-28 18:10:37 -04:00
Fix syntax a bit.
This commit is contained in:
@@ -50,7 +50,8 @@ public:
|
||||
|
||||
void restoreJournallingState()
|
||||
{
|
||||
if( !isJournallingStackEmpty()) {
|
||||
if( !isJournallingStackEmpty())
|
||||
{
|
||||
m_journalling = m_journallingStateStack.pop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user