Skip to content

Commit

Permalink
comma conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Nov 8, 2024
1 parent b66058b commit dc2a8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/minidexed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
m_bSavePerformanceNewFile (false),
m_bSetNewPerformance (false),
m_bDeletePerformance (false),
m_bLoadPerformanceBusy(false),
m_pNet(nullptr),
m_pNetDevice(nullptr),
m_WLAN(WLANFirmwarePath),
m_WPASupplicant(WLANConfigFile),
m_bNetworkReady(false),
m_UDPMIDI (this, pConfig, &m_UI)
m_UDPMIDI (this, pConfig, &m_UI),
m_bLoadPerformanceBusy(false)
{
assert (m_pConfig);

Expand Down

0 comments on commit dc2a8b4

Please sign in to comment.