Skip to content

Commit

Permalink
One misplaced #endif...
Browse files Browse the repository at this point in the history
  • Loading branch information
chirs241097 committed Nov 8, 2021
1 parent 136c2a9 commit d14bf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/qmpmidioutfluid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ void qmpMidiOutFluid::registerOptions(qmpPluginAPI *coreapi)
if (std::string(driver) == "waveout")
#else
if (std::string(driver) == "pulseaudio")
me->default_driver = static_cast<int>(me->drivers.size() - 1);
#endif
me->default_driver = static_cast<int>(me->drivers.size() - 1);
};
fluid_settings_foreach_option(fsettings, "audio.driver", this, insert_driver);
delete_fluid_settings(fsettings);
Expand Down

0 comments on commit d14bf8f

Please sign in to comment.