mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fix formatting
This commit is contained in:
parent
6cd09f9b60
commit
87add9ad83
@ -56,7 +56,7 @@ public:
|
||||
txtDevList += '\0';
|
||||
}
|
||||
catch (std::exception e) {
|
||||
flog::error("AudioSinkModule Error getting audio device info: {0}", e.what());
|
||||
flog::error("AudioSinkModule Error getting audio device info: {0}", e.what());
|
||||
}
|
||||
}
|
||||
selectByName(device);
|
||||
@ -294,4 +294,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(void* instance) {
|
||||
MOD_EXPORT void _END_() {
|
||||
config.disableAutoSave();
|
||||
config.save();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user